Searched refs:is_ap (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/wireless/ti/wlcore/ |
| A D | init.c | 560 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific() local 565 if (wl->ap_count == 0 && is_ap) { /* first AP */ in wl1271_init_vif_specific() 576 } else if (wl->sta_count == 0 && wl->ap_count == 0 && !is_ap) { in wl1271_init_vif_specific() 590 if (is_ap) { in wl1271_init_vif_specific() 639 if (is_ap) in wl1271_init_vif_specific()
|
| A D | main.c | 1694 if ((!is_ap) && (!is_sta)) in wl1271_configure_resume() 1718 } else if (is_ap) { in wl1271_configure_resume() 2756 if (is_ap) in __wl1271_op_remove_interface() 2769 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface() 3377 if (is_ap) { in wl1271_set_key() 4079 bool is_ap) in wlcore_set_beacon_template() argument 4143 if (is_ap) in wlcore_set_beacon_template() 4672 if (is_ap) in wl1271_op_bss_info_changed() 5196 if (is_ap && in wl12xx_update_sta_state() 5207 if (is_ap && in wl12xx_update_sta_state() [all …]
|
| A D | tx.c | 34 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key() local 36 if (is_ap) in wl1271_set_default_wep_key()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-nvm-parse.c | 744 bool is_ap = iftype_data->types_mask & BIT(NL80211_IFTYPE_AP); in iwl_nvm_fixup_sband_iftd() local 756 if (is_ap && iwlwifi_mod_params.nvm_file) in iwl_nvm_fixup_sband_iftd() 766 if (!is_ap) in iwl_nvm_fixup_sband_iftd() 769 } else if (!is_ap) { in iwl_nvm_fixup_sband_iftd() 786 if (!is_ap) in iwl_nvm_fixup_sband_iftd() 797 !is_ap) { in iwl_nvm_fixup_sband_iftd()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | agn.h | 260 const u8 *addr, bool is_ap, 267 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
|
| A D | sta.c | 238 const u8 *addr, bool is_ap, struct ieee80211_sta *sta) in iwl_prep_station() argument 244 if (is_ap) in iwl_prep_station() 325 const u8 *addr, bool is_ap, in iwl_add_station_common() argument 334 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta); in iwl_add_station_common()
|
| A D | mac80211.c | 780 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in iwlagn_mac_sta_add() local 793 is_ap, sta, &sta_id); in iwlagn_mac_sta_add()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| A D | common.h | 2115 int il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, 2121 u8 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap,
|
| A D | common.c | 1919 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, in il_prep_station() argument 1927 if (is_ap) in il_prep_station() 2004 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, in il_add_station_common() argument 2014 sta_id = il_prep_station(il, addr, is_ap, sta); in il_add_station_common()
|
| A D | 3945-mac.c | 2978 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il3945_mac_sta_add() local 2985 ret = il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il3945_mac_sta_add()
|
| A D | 4965-mac.c | 6016 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il4965_mac_sta_add() local 6028 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il4965_mac_sta_add()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mcu.c | 4203 u8 is_ap; in mt7915_mcu_twt_agrt_update() member 4217 .is_ap = true, in mt7915_mcu_twt_agrt_update()
|
Completed in 69 milliseconds