/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hw_features.c | 734 struct ieee80211_edmg_config edmg; in hostapd_check_edmg_capab() local 742 &edmg); in hostapd_check_edmg_capab() 744 if (mode->edmg.channels && ieee802_edmg_is_allowed(mode->edmg, edmg)) in hostapd_check_edmg_capab() 749 mode->edmg.channels, mode->edmg.bw_config); in hostapd_check_edmg_capab() 752 edmg.channels, edmg.bw_config); in hostapd_check_edmg_capab() 833 struct ieee80211_edmg_config edmg; in hostapd_is_usable_edmg() local [all...] |
H A D | ap_drv_ops.c | 549 int freq, int channel, int edmg, u8 edmg_channel, in hostapd_set_freq() 558 if (hostapd_set_freq_params(&data, mode, freq, channel, edmg, in hostapd_set_freq() 548 hostapd_set_freq(struct hostapd_data *hapd, enum hostapd_hw_mode mode, int freq, int channel, int edmg, u8 edmg_channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) hostapd_set_freq() argument
|
H A D | ap_drv_ops.h | 67 int freq, int channel, int edmg, u8 edmg_channel,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.c | 2660 struct ieee80211_edmg_config *edmg) in hostapd_encode_edmg_chan() 2663 edmg->channels = 0; in hostapd_encode_edmg_chan() 2664 edmg->bw_config = 0; in hostapd_encode_edmg_chan() 2671 edmg->channels = EDMG_CHANNEL_9_SUBCHANNELS; in hostapd_encode_edmg_chan() 2672 edmg->bw_config = EDMG_BW_CONFIG_5; in hostapd_encode_edmg_chan() 2675 edmg->channels = EDMG_CHANNEL_10_SUBCHANNELS; in hostapd_encode_edmg_chan() 2676 edmg->bw_config = EDMG_BW_CONFIG_5; in hostapd_encode_edmg_chan() 2679 edmg->channels = EDMG_CHANNEL_11_SUBCHANNELS; in hostapd_encode_edmg_chan() 2680 edmg->bw_config = EDMG_BW_CONFIG_5; in hostapd_encode_edmg_chan() 2683 edmg in hostapd_encode_edmg_chan() 2658 hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel, int primary_channel, struct ieee80211_edmg_config *edmg) hostapd_encode_edmg_chan() argument [all...] |
H A D | hw_features_common.h | 40 int freq, int channel, int edmg, u8 edmg_channel,
|
H A D | hw_features_common.c | 415 &data->edmg); in hostapd_set_freq_params()
|
H A D | ieee802_11_common.h | 387 struct ieee80211_edmg_config *edmg);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.h | 49 unsigned int vht_chwidth, int he, int edmg, 56 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 61 int max_oper_chwidth, int he, int edmg, 132 int pref_freq, int he, int edmg, bool allow_6ghz);
|
H A D | p2p_supplicant.c | 2186 struct ieee80211_edmg_config edmg; in wpas_p2p_freq_to_edmg_channel() local 2212 hostapd_encode_edmg_chan(1, *op_edmg_channel, 0, &edmg); in wpas_p2p_freq_to_edmg_channel() 2213 if (edmg.channels && in wpas_p2p_freq_to_edmg_channel() 2214 ieee802_edmg_is_allowed(hwmode->edmg, edmg)) { in wpas_p2p_freq_to_edmg_channel() 2284 if (params->edmg) { in wpas_start_wps_go() 2290 ssid->enable_edmg = params->edmg; in wpas_start_wps_go() 2744 res->edmg = 1; in wpas_go_neg_completed() 4456 struct ieee80211_edmg_config edmg; in wpas_p2p_verify_edmg() local 4458 hostapd_encode_edmg_chan(1, channel, 0, &edmg); in wpas_p2p_verify_edmg() 6682 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, int he, int edmg, const u8 *group_ssid, size_t group_ssid_len, bool allow_6ghz) global() argument 7218 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels) global() argument 7642 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, bool allow_6ghz) global() argument 7756 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels, int connection_timeout, int force_scan, bool allow_6ghz) global() argument 8402 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int vht_center_freq2, int ht40, int vht, int max_chwidth, int pref_freq, int he, int edmg, bool allow_6ghz) global() argument [all...] |
H A D | wpa_supplicant.c | 3725 return get_edmg_intersection(mode->edmg, request_edmg, primary_channel); 4066 params.freq.edmg.channels = 4068 params.freq.edmg.bw_config = 4072 params.freq.edmg.channels, 4073 params.freq.edmg.bw_config); 4093 if (ieee802_edmg_is_allowed(params.freq.edmg, 4095 params.freq.edmg = configured_edmg; 4101 params.freq.edmg.channels = 0; 4102 params.freq.edmg.bw_config = 0; 4109 if (params.freq.edmg [all...] |
H A D | ctrl_iface.c | 6454 int edmg; local 6471 * [ht40] [vht] [he] [edmg] [auto] [ssid=<hexdump>] */ 6506 edmg = (os_strstr(cmd, " edmg") != NULL) || wpa_s->conf->p2p_go_edmg; 6586 pd, ht40, vht, max_oper_chwidth, he, edmg, 7143 int edmg; local 7182 edmg = (os_strstr(cmd, " edmg") != NULL) || wpa_s->conf->p2p_go_edmg; 7202 max_oper_chwidth, pref_freq, he, edmg, 7255 int he, int edmg, boo 7252 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, int id, int freq, int vht_center_freq2, int ht40, int vht, int vht_chwidth, int he, int edmg, bool allow_6ghz) global() argument 7281 int edmg = wpa_s->conf->p2p_go_edmg; global() local [all...] |
H A D | wps_supplicant.c | 1206 if (wpa_s->go_params->edmg && in wpas_wps_start_pbc() 1294 if (wpa_s->go_params->edmg && in wpas_wps_start_dev_pw()
|
H A D | ap.c | 987 primary_channel, ¶ms.freq.edmg); in wpa_supplicant_create_ap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_capa.c | 1532 mode->edmg.bw_config = nla_get_u8(bw_config); in phy_info_edmg_capa() 1533 mode->edmg.channels = nla_get_u8(channels); in phy_info_edmg_capa() 1535 if (!mode->edmg.channels || !mode->edmg.bw_config) in phy_info_edmg_capa()
|
H A D | driver_nl80211.c | 5203 } else if (freq->edmg.channels && freq->edmg.bw_config) { in nl80211_put_freq_params() 5206 freq->edmg.channels, freq->edmg.bw_config); in nl80211_put_freq_params() 5208 freq->edmg.channels) || in nl80211_put_freq_params() 5210 freq->edmg.bw_config)) in nl80211_put_freq_params() 6462 if (params->freq.edmg.channels && params->freq.edmg.bw_config) { 6465 params->freq.edmg.channels, 6466 params->freq.edmg [all...] |
H A D | driver.h | 300 struct ieee80211_edmg_config edmg; member 814 struct ieee80211_edmg_config edmg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.h | 102 int edmg; member
|