Searched refs:is_ap (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | init.c | 569 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()
|
D | main.c | 1735 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() 2677 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in __wl1271_op_remove_interface() local 2770 if (is_ap) in __wl1271_op_remove_interface() 2783 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface() 2789 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface() 3379 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_key() local 3381 if (is_ap) { in wl1271_set_key() [all …]
|
D | tx.c | 47 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.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | agn.h | 318 const u8 *addr, bool is_ap, 325 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
|
D | sta.c | 258 const u8 *addr, bool is_ap, struct ieee80211_sta *sta) in iwl_prep_station() argument 264 if (is_ap) in iwl_prep_station() 345 const u8 *addr, bool is_ap, in iwl_add_station_common() argument 354 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta); in iwl_add_station_common()
|
D | mac80211.c | 808 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in iwlagn_mac_sta_add() local 821 is_ap, sta, &sta_id); in iwlagn_mac_sta_add()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | common.h | 2139 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,
|
D | common.c | 1938 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()
|
D | 3945-mac.c | 3009 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()
|
D | 4965-mac.c | 6037 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il4965_mac_sta_add() local 6049 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il4965_mac_sta_add()
|