Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dinit.c569 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific() local
574 if (wl->ap_count == 0 && is_ap) { /* first AP */ in wl1271_init_vif_specific()
585 } else if (wl->sta_count == 0 && wl->ap_count == 0 && !is_ap) { in wl1271_init_vif_specific()
599 if (is_ap) { in wl1271_init_vif_specific()
648 if (is_ap) in wl1271_init_vif_specific()
Dmain.c1735 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume() local
1738 if ((!is_ap) && (!is_sta)) in wl1271_configure_resume()
1742 (is_ap && !test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))) in wl1271_configure_resume()
1762 } else if (is_ap) { in wl1271_configure_resume()
2651 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in __wl1271_op_remove_interface() local
2738 if (is_ap) in __wl1271_op_remove_interface()
2751 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface()
2757 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface()
3342 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_key() local
3344 if (is_ap) { in wl1271_set_key()
[all …]
Dtx.c47 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key() local
49 if (is_ap) in wl1271_set_default_wep_key()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dagn.h324 const u8 *addr, bool is_ap,
331 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
Dsta.c286 const u8 *addr, bool is_ap, struct ieee80211_sta *sta) in iwl_prep_station() argument
292 if (is_ap) in iwl_prep_station()
373 const u8 *addr, bool is_ap, in iwl_add_station_common() argument
382 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta); in iwl_add_station_common()
Dmac80211.c795 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in iwlagn_mac_sta_add() local
808 is_ap, sta, &sta_id); in iwlagn_mac_sta_add()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Dcommon.h2139 int il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap,
2145 u8 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap,
Dcommon.c1938 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, in il_prep_station() argument
1946 if (is_ap) in il_prep_station()
2023 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, in il_add_station_common() argument
2033 sta_id = il_prep_station(il, addr, is_ap, sta); in il_add_station_common()
D3945-mac.c3009 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il3945_mac_sta_add() local
3016 ret = il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il3945_mac_sta_add()
D4965-mac.c6035 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il4965_mac_sta_add() local
6047 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il4965_mac_sta_add()