Home
last modified time | relevance | path

Searched refs:is_ap (Results 1 - 25 of 32) sorted by relevance

12

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_rx_filter.c205 } else if (is_ap(mac_vap)) { in hmac_get_single_vap_rx_filter()
414 rx_filter_val = (!is_ap(mac_vap)) ? hmac_get_apup_sta_rx_filter(mac_vap) : in hmac_set_rx_filter_value()
426 } else if (is_ap(mac_vap)) { in hmac_set_rx_filter_value()
H A Dhmac_mgmt_classifier.c471 if (is_ap(hmac_vap->base_vap)) { in hmac_proc_disasoc_misc_event()
H A Dhmac_scan.c1777 if (is_ap(hmac_vap->base_vap)) { in hmac_scan_proc_scan_req_event()
1797 if (is_ap(hmac_vap->base_vap) && (hmac_vap->base_vap->vap_state == MAC_VAP_STATE_INIT)) { in hmac_scan_proc_scan_req_event()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A 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()
H A 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()
4077 wlcore_set_beacon_template(struct wl1271 *wl, struct ieee80211_vif *vif, bool is_ap) wlcore_set_beacon_template() argument
4169 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); wl1271_bss_beacon_info_changed() local
4631 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); wl1271_op_bss_info_changed() local
5189 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; wl12xx_update_sta_state() local
[all...]
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A 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()
H A Dmain.c1679 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume() local
1682 if ((!is_ap) && (!is_sta)) in wl1271_configure_resume()
1686 (is_ap && !test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags))) in wl1271_configure_resume()
1706 } else if (is_ap) { in wl1271_configure_resume()
2631 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in __wl1271_op_remove_interface() local
2733 if (is_ap) in __wl1271_op_remove_interface()
2746 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface()
2752 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface()
3350 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_key() local
3352 if (is_ap) { in wl1271_set_key()
4033 wlcore_set_beacon_template(struct wl1271 *wl, struct ieee80211_vif *vif, bool is_ap) wlcore_set_beacon_template() argument
4125 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); wl1271_bss_beacon_info_changed() local
4587 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); wl1271_op_bss_info_changed() local
5134 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; wl12xx_update_sta_state() local
[all...]
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h313 const u8 *addr, bool is_ap,
320 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
H A Dsta.c243 const u8 *addr, bool is_ap, struct ieee80211_sta *sta) in iwl_prep_station()
249 if (is_ap) in iwl_prep_station()
330 const u8 *addr, bool is_ap, in iwl_add_station_common()
339 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta); in iwl_add_station_common()
242 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta) iwl_prep_station() argument
329 iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta, u8 *sta_id_r) iwl_add_station_common() argument
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h260 const u8 *addr, bool is_ap,
267 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
H A Dsta.c238 const u8 *addr, bool is_ap, struct ieee80211_sta *sta) in iwl_prep_station()
244 if (is_ap) in iwl_prep_station()
325 const u8 *addr, bool is_ap, in iwl_add_station_common()
334 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta); in iwl_add_station_common()
237 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta) iwl_prep_station() argument
324 iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta, u8 *sta_id_r) iwl_add_station_common() argument
H A Dmac80211.c780 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in iwlagn_mac_sta_add() local
793 is_ap, sta, &sta_id); in iwlagn_mac_sta_add()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c889 bool is_ap = iftype_data->types_mask & BIT(NL80211_IFTYPE_AP); in iwl_nvm_fixup_sband_iftd() local
943 if (!is_ap) { in iwl_nvm_fixup_sband_iftd()
970 if (!is_ap) { in iwl_nvm_fixup_sband_iftd()
983 if (trans->trans_cfg->device_family >= IWL_DEVICE_FAMILY_AX210 && !is_ap) in iwl_nvm_fixup_sband_iftd()
995 if (!is_ap) in iwl_nvm_fixup_sband_iftd()
1031 !is_ap) { in iwl_nvm_fixup_sband_iftd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_bsd.c69 int is_ap; /* Access point mode */ member
765 if (drv->is_ap) in bsd_wireless_event_receive()
770 if (drv->is_ap) in bsd_wireless_event_receive()
775 if (drv->is_ap) in bsd_wireless_event_receive()
1017 drv->is_ap = 1; in bsd_init()
1243 drv->is_ap = 1; in wpa_driver_bsd_associate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_bsd.c71 int is_ap; /* Access point mode */ member
1103 drv->is_ap = 1; in wpa_driver_bsd_associate()
1290 if (drv->is_ap) in wpa_driver_bsd_event_receive()
1295 if (drv->is_ap) in wpa_driver_bsd_event_receive()
1300 if (drv->is_ap) in wpa_driver_bsd_event_receive()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A 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,
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2116 int il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap,
2122 u8 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap,
H A Dcommon.c1919 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, in il_prep_station() argument
1927 if (is_ap) in il_prep_station()
2004 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, in il_add_station_common() argument
2014 sta_id = il_prep_station(il, addr, is_ap, sta); in il_add_station_common()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_vap.h87 #define is_ap(_pst_mac_vap) ((WLAN_VAP_MODE_BSS_AP == (_pst_mac_vap)->vap_mode) || \ macro
/kernel/linux/linux-6.6/net/mac80211/
H A Dutil.c5053 bool is_ap; in ieee80211_ie_len_eht_cap() local
5065 is_ap = iftype == NL80211_IFTYPE_AP || in ieee80211_ie_len_eht_cap()
5070 is_ap); in ieee80211_ie_len_eht_cap()

Completed in 75 milliseconds

12