Home
last modified time | relevance | path

Searched refs:IEEE80211_MODE_AP (Results 1 – 15 of 15) sorted by relevance

/hostap-latest/src/ap/
Dbeacon.c740 buflen += hostapd_eid_eht_capab_len(hapd, IEEE80211_MODE_AP); in hostapd_probe_resp_elems_len()
892 pos = hostapd_eid_he_capab(hapd, pos, IEEE80211_MODE_AP); in hostapd_probe_resp_fill_elems()
919 pos = hostapd_eid_eht_capab(hapd, pos, IEEE80211_MODE_AP); in hostapd_probe_resp_fill_elems()
1869 const u8 *he_mcs = mode->he_capab[IEEE80211_MODE_AP].mcs; in hostapd_gen_fils_discovery_nss()
1920 u8 *mcs = mode->eht_capab[IEEE80211_MODE_AP].mcs; in hostapd_gen_fils_discovery_nss()
2220 tail_len += hostapd_eid_eht_capab_len(hapd, IEEE80211_MODE_AP); in ieee802_11_build_ap_params()
2388 IEEE80211_MODE_AP); in ieee802_11_build_ap_params()
2409 IEEE80211_MODE_AP); in ieee802_11_build_ap_params()
2706 IEEE80211_MODE_AP); in __ieee802_11_set_beacon()
2736 &cmode->he_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon()
[all …]
Dap_drv_ops.c661 &cmode->he_capab[IEEE80211_MODE_AP] : NULL, in hostapd_set_freq()
663 &cmode->eht_capab[IEEE80211_MODE_AP] : in hostapd_set_freq()
1013 &cmode->he_capab[IEEE80211_MODE_AP], in hostapd_start_dfs_cac()
1014 &cmode->eht_capab[IEEE80211_MODE_AP], in hostapd_start_dfs_cac()
Dhw_features.c389 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in ieee80211n_check_scan()
805 he_cap = &iface->current_mode->he_capab[IEEE80211_MODE_AP]; in hostapd_check_he_6ghz_capab()
Dieee802_11_he.c382 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in hostapd_eid_he_6ghz_band_cap()
Dieee802_11.c3993 resp = copy_sta_he_capab(hapd, sta, IEEE80211_MODE_AP, in __check_assoc_ies()
4024 resp = copy_sta_eht_capab(hapd, sta, IEEE80211_MODE_AP, in __check_assoc_ies()
4478 p = hostapd_eid_he_capab(hapd, p, IEEE80211_MODE_AP); in ieee80211_ml_build_assoc_resp()
4484 p = hostapd_eid_eht_capab(hapd, p, IEEE80211_MODE_AP); in ieee80211_ml_build_assoc_resp()
4874 buflen += hostapd_eid_eht_capab_len(hapd, IEEE80211_MODE_AP); in send_assoc_resp()
4988 p = hostapd_eid_he_capab(hapd, p, IEEE80211_MODE_AP); in send_assoc_resp()
5032 p = hostapd_eid_eht_capab(hapd, p, IEEE80211_MODE_AP); in send_assoc_resp()
Dieee802_11_shared.c441 if (hostapd_get_he_twt_responder(hapd, IEEE80211_MODE_AP)) in hostapd_ext_capab_byte()
Ddfs.c972 int ieee80211_mode = IEEE80211_MODE_AP, err; in hostapd_dfs_request_channel_switch()
Dhostapd.c4270 mode ? &mode->he_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
4272 mode ? &mode->eht_capab[IEEE80211_MODE_AP] : in hostapd_change_config_freq()
/hostap-latest/src/drivers/
Ddriver_zephyr.c808 mode->he_capab[IEEE80211_MODE_AP].he_supported = he->wpa_supp_he_supported; in phy_info_he_capa_cfg()
809 memcpy(mode->he_capab[IEEE80211_MODE_AP].phy_cap, he->phy_cap, HE_MAX_PHY_CAPAB_SIZE); in phy_info_he_capa_cfg()
810 memcpy(mode->he_capab[IEEE80211_MODE_AP].mac_cap, he->mac_cap, HE_MAX_MAC_CAPAB_SIZE); in phy_info_he_capa_cfg()
811 memcpy(mode->he_capab[IEEE80211_MODE_AP].mcs, he->mcs, HE_MAX_MCS_CAPAB_SIZE); in phy_info_he_capa_cfg()
812 memcpy(mode->he_capab[IEEE80211_MODE_AP].ppet, he->ppet, HE_MAX_PPET_CAPAB_SIZE); in phy_info_he_capa_cfg()
813 mode->he_capab[IEEE80211_MODE_AP].he_6ghz_capa = he->he_6ghz_capa; in phy_info_he_capa_cfg()
1650 if (IS_ENABLED(CONFIG_AP) && params->mode == IEEE80211_MODE_AP) { in wpa_drv_zep_associate()
Ddriver_bsd.c1227 case IEEE80211_MODE_AP: in wpa_driver_bsd_associate()
1240 if (params->mode == IEEE80211_MODE_AP) { in wpa_driver_bsd_associate()
Ddriver.h216 IEEE80211_MODE_AP = 2, enumerator
Ddriver_nl80211_capa.c1931 case IEEE80211_MODE_AP: in phy_info_iftype_copy()
Ddriver_nl80211.c7288 if (params->mode == IEEE80211_MODE_AP) in wpa_driver_nl80211_associate()
/hostap-latest/wpa_supplicant/
Dap.c55 he_cap = &mode->he_capab[IEEE80211_MODE_AP]; in is_chanwidth160_supported()
994 params.mode = IEEE80211_MODE_AP; in wpa_supplicant_create_ap()
Dwpa_supplicant_i.h1905 return IEEE80211_MODE_AP; in wpas_mode_to_ieee80211_mode()