Searched refs:is_ap (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
| 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()
|
| D | main.c | 1683 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume() local 1686 if ((!is_ap) && (!is_sta)) in wl1271_configure_resume() 1690 (is_ap && !test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))) in wl1271_configure_resume() 1710 } else if (is_ap) { in wl1271_configure_resume() 2646 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in __wl1271_op_remove_interface() local 2746 if (is_ap) in __wl1271_op_remove_interface() 2759 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface() 2765 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface() 3376 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_key() local 3378 if (is_ap) { in wl1271_set_key() [all …]
|
| 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-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | agn.h | 313 const u8 *addr, bool is_ap, 320 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
|
| D | sta.c | 243 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()
|
| D | mac80211.c | 784 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in iwlagn_mac_sta_add() local 797 is_ap, sta, &sta_id); in iwlagn_mac_sta_add()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
| D | common.h | 2118 int il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, 2124 u8 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap,
|
| D | common.c | 1922 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, in il_prep_station() argument 1930 if (is_ap) in il_prep_station() 2007 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, in il_add_station_common() argument 2017 sta_id = il_prep_station(il, addr, is_ap, sta); in il_add_station_common()
|
| D | 3945-mac.c | 2983 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il3945_mac_sta_add() local 2990 ret = il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il3945_mac_sta_add()
|
| D | 4965-mac.c | 6021 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il4965_mac_sta_add() local 6033 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il4965_mac_sta_add()
|