Home
last modified time | relevance | path

Searched refs:HOSTAPD_MODE_IEEE80211AD (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c1112 return HOSTAPD_MODE_IEEE80211AD; in ieee80211_freq_to_channel_ext()
1919 { HOSTAPD_MODE_IEEE80211AD, 180, 1, 6, 1, BW2160, P2P_SUPP },
1920 { HOSTAPD_MODE_IEEE80211AD, 181, 9, 13, 1, BW4320, P2P_SUPP },
1921 { HOSTAPD_MODE_IEEE80211AD, 182, 17, 20, 1, BW6480, P2P_SUPP },
1922 { HOSTAPD_MODE_IEEE80211AD, 183, 25, 27, 1, BW8640, P2P_SUPP },
1947 case HOSTAPD_MODE_IEEE80211AD: in ieee80211_phy_type_by_freq()
H A Ddefs.h357 HOSTAPD_MODE_IEEE80211AD, enumerator
/freebsd/contrib/wpa/src/fst/
H A Dfst.c234 case HOSTAPD_MODE_IEEE80211AD: in fst_hw_mode_to_band()
/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c169 case HOSTAPD_MODE_IEEE80211AD: in hostapd_prepare_rates()
964 target_mode = HOSTAPD_MODE_IEEE80211AD; in hostapd_determine_mode()
1157 case HOSTAPD_MODE_IEEE80211AD: in hostapd_hw_mode_txt()
H A Dsta_info.c843 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_disassociate()
892 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_deauthenticate()
1387 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_disconnect()
H A Dwps_hostapd.c393 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_reconfig_in_memory()
625 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_cred_cb()
949 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_wps_rf_band_cb()
1166 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_init_wps()
H A Dieee802_11.c3690 if (other->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in handle_auth()
4097 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) in copy_supp_rates()
5532 HOSTAPD_MODE_IEEE80211AD) { in handle_assoc()
5896 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in handle_disassoc()
H A Ddpp_hostapd.c2504 mode = dpp_get_mode(hapd, HOSTAPD_MODE_IEEE80211AD); in hostapd_dpp_chirp_scan_res_handler()
H A Dieee802_1x.c307 case HOSTAPD_MODE_IEEE80211AD: in radius_mode_txt()
/freebsd/contrib/wpa/src/wps/
H A Dwps_common.c769 else if (mode == HOSTAPD_MODE_IEEE80211AD) in wps_build_ap_freq()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1999 modes[m].mode = HOSTAPD_MODE_IEEE80211AD; in wpa_driver_nl80211_postprocess_modes()
2410 case HOSTAPD_MODE_IEEE80211AD: in modestr()
H A Ddriver_nl80211_event.c1930 return HOSTAPD_MODE_IEEE80211AD; in get_qca_hw_mode()
1967 if (hw_mode == HOSTAPD_MODE_IEEE80211AD) { in chan_to_freq()
H A Ddriver_nl80211.c901 HOSTAPD_MODE_IEEE80211AD) { in nl80211_get_wiphy_data_ap()
4314 case HOSTAPD_MODE_IEEE80211AD: in nl80211_put_beacon_rate()
7337 HOSTAPD_MODE_IEEE80211AD) { in i802_sta_deauth()
10956 case HOSTAPD_MODE_IEEE80211AD: in hw_mode_to_qca_acs()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c1385 if (wpa_s->hw.modes[i].mode == HOSTAPD_MODE_IEEE80211AD) in wpa_supplicant_scan()
1387 wpa_s, HOSTAPD_MODE_IEEE80211AD, in wpa_supplicant_scan()
H A Dwps_supplicant.c1616 else if (modes[m].mode == HOSTAPD_MODE_IEEE80211AD) in wpas_wps_init()
H A Ddpp_supplicant.c3652 HOSTAPD_MODE_IEEE80211AD, false); in wpas_dpp_chirp_scan_res_handler()
H A Dctrl_iface.c4557 case HOSTAPD_MODE_IEEE80211AD: in ctrl_iface_get_capability_channels()
4607 case HOSTAPD_MODE_IEEE80211AD: in ctrl_iface_get_capability_freq()
H A Dwpa_supplicant.c6006 HOSTAPD_MODE_IEEE80211AD) in wpas_get_bands()
H A Dp2p_supplicant.c1973 HOSTAPD_MODE_IEEE80211AD, false); in wpas_p2p_freq_to_edmg_channel()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3134 conf->hw_mode = HOSTAPD_MODE_IEEE80211AD; in hostapd_config_fill()