Home
last modified time | relevance | path

Searched refs:is_ap (Results 1 – 10 of 10) sorted by relevance

/drivers/net/wireless/ti/wlcore/
Dinit.c560 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()
Dmain.c1691 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume() local
1694 if ((!is_ap) && (!is_sta)) in wl1271_configure_resume()
1698 (is_ap && !test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))) in wl1271_configure_resume()
1718 } else if (is_ap) { in wl1271_configure_resume()
2652 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in __wl1271_op_remove_interface() local
2756 if (is_ap) in __wl1271_op_remove_interface()
2769 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface()
2775 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface()
3375 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_key() local
3377 if (is_ap) { in wl1271_set_key()
[all …]
Dtx.c34 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()
/drivers/net/wireless/intel/iwlwifi/dvm/
Dagn.h313 const u8 *addr, bool is_ap,
320 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
Dsta.c243 const u8 *addr, bool is_ap, struct ieee80211_sta *sta) in iwl_prep_station() argument
249 if (is_ap) in iwl_prep_station()
330 const u8 *addr, bool is_ap, in iwl_add_station_common() argument
339 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta); in iwl_add_station_common()
Dmac80211.c785 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in iwlagn_mac_sta_add() local
798 is_ap, sta, &sta_id); in iwlagn_mac_sta_add()
/drivers/net/wireless/intel/iwlegacy/
Dcommon.h2115 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,
Dcommon.c1921 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()
D3945-mac.c2980 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il3945_mac_sta_add() local
2987 ret = il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il3945_mac_sta_add()
D4965-mac.c6017 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il4965_mac_sta_add() local
6029 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il4965_mac_sta_add()