| /linux/drivers/net/wireless/ti/wlcore/ |
| H 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()
|
| H A D | main.c | 1763 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume() local 1766 if ((!is_ap) && (!is_sta)) in wl1271_configure_resume() 1770 (is_ap && !test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))) in wl1271_configure_resume() 1790 } else if (is_ap) { in wl1271_configure_resume() 2718 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in __wl1271_op_remove_interface() local 2819 if (is_ap) in __wl1271_op_remove_interface() 2832 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface() 2838 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface() 3434 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_key() local 3436 if (is_ap) { in wl1271_set_key() [all …]
|
| H 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/dvm/ |
| H A D | agn.h | 260 const u8 *addr, bool is_ap, 267 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
|
| H 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()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 882 bool is_ap = iftype_data->types_mask & (BIT(NL80211_IFTYPE_AP) | in iwl_nvm_fixup_sband_iftd() local 941 if (!is_ap) { in iwl_nvm_fixup_sband_iftd() 979 if (!is_ap) { in iwl_nvm_fixup_sband_iftd() 1012 if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_AX210 && !is_ap) in iwl_nvm_fixup_sband_iftd() 1017 !is_ap) { in iwl_nvm_fixup_sband_iftd()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 1921 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, in il_prep_station() argument 1929 if (is_ap) in il_prep_station() 2006 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, in il_add_station_common() argument 2016 sta_id = il_prep_station(il, addr, is_ap, sta); in il_add_station_common()
|
| /linux/net/mac80211/ |
| H A D | util.c | 4541 bool is_ap; in ieee80211_ie_len_eht_cap() local 4553 is_ap = sdata->vif.type == NL80211_IFTYPE_AP; in ieee80211_ie_len_eht_cap() 4557 is_ap); in ieee80211_ie_len_eht_cap()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 4108 u8 is_ap; in mt7915_mcu_twt_agrt_update() member 4122 .is_ap = true, in mt7915_mcu_twt_agrt_update()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mvm.h | 2841 bool is_ap);
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 7891 bool is_ap; in rtw89_fw_h2c_scan_offload_be() local 7907 is_ap = vif->type == NL80211_IFTYPE_AP; in rtw89_fw_h2c_scan_offload_be() 7910 opmode = is_ap ? RTW89_SCAN_OPMODE_TBTT : RTW89_SCAN_OPMODE_INTV; in rtw89_fw_h2c_scan_offload_be() 7911 policy_val = is_ap ? 2 : RTW89_OFF_CHAN_TIME / 10; in rtw89_fw_h2c_scan_offload_be() 7912 txbcn = is_ap ? 1 : 0; in rtw89_fw_h2c_scan_offload_be()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 5062 u8 is_ap; in mt7996_mcu_twt_agrt_update() member 5079 .is_ap = true, in mt7996_mcu_twt_agrt_update()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 2179 bool is_ap; in nl80211_send_iftype_data() local 2181 is_ap = iftdata->types_mask & BIT(NL80211_IFTYPE_AP) || in nl80211_send_iftype_data() 2187 is_ap); in nl80211_send_iftype_data()
|