Searched refs:is_ap (Results 1 – 7 of 7) sorted by relevance
/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 | 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/net/mac80211/ |
H A D | util.c | 4265 bool is_ap; in ieee80211_ie_len_eht_cap() local 4277 is_ap = sdata->vif.type == NL80211_IFTYPE_AP; in ieee80211_ie_len_eht_cap() 4281 is_ap); in ieee80211_ie_len_eht_cap()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 6010 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il4965_mac_sta_add() local 6022 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il4965_mac_sta_add()
|
/linux/net/wireless/ |
H A D | nl80211.c | 1893 bool is_ap; in nl80211_send_iftype_data() local 1895 is_ap = iftdata->types_mask & BIT(NL80211_IFTYPE_AP) || in nl80211_send_iftype_data() 1901 is_ap); in nl80211_send_iftype_data()
|