Home
last modified time | relevance | path

Searched refs:edmg (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c851 struct ieee80211_edmg_config edmg; in hostapd_check_edmg_capab() local
859 &edmg); in hostapd_check_edmg_capab()
861 if (mode->edmg.channels && ieee802_edmg_is_allowed(mode->edmg, edmg)) in hostapd_check_edmg_capab()
866 mode->edmg.channels, mode->edmg.bw_config); in hostapd_check_edmg_capab()
869 edmg.channels, edmg.bw_config); in hostapd_check_edmg_capab()
961 struct ieee80211_edmg_config edmg; in hostapd_is_usable_edmg() local
978 &edmg); in hostapd_is_usable_edmg()
979 if (!(edmg.channels & BIT(pri_chan->chan - 1))) in hostapd_is_usable_edmg()
986 if (edmg.channels & BIT(i)) { in hostapd_is_usable_edmg()
1012 switch (edmg.bw_config) { in hostapd_is_usable_edmg()
H A Dap_drv_ops.c649 int freq, int channel, int edmg, u8 edmg_channel, in hostapd_set_freq() argument
658 if (hostapd_set_freq_params(&data, mode, freq, channel, edmg, in hostapd_set_freq()
H A Dap_drv_ops.h74 int freq, int channel, int edmg, u8 edmg_channel,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h40 unsigned int vht_chwidth, int he, int edmg,
48 int max_oper_chwidth, int he, int edmg, bool allow_6ghz,
54 int max_oper_chwidth, int he, int edmg,
129 int pref_freq, int he, int edmg, bool allow_6ghz,
H A Dp2p_supplicant.c2403 struct ieee80211_edmg_config edmg; in wpas_p2p_freq_to_edmg_channel() local
2429 hostapd_encode_edmg_chan(1, *op_edmg_channel, 0, &edmg); in wpas_p2p_freq_to_edmg_channel()
2430 if (edmg.channels && in wpas_p2p_freq_to_edmg_channel()
2431 ieee802_edmg_is_allowed(hwmode->edmg, edmg)) { in wpas_p2p_freq_to_edmg_channel()
2501 if (params->edmg) { in wpas_start_go()
2507 ssid->enable_edmg = params->edmg; in wpas_start_go()
2992 res->edmg = 1; in wpas_go_neg_completed()
4546 struct ieee80211_edmg_config edmg; in wpas_p2p_verify_edmg() local
4548 hostapd_encode_edmg_chan(1, channel, 0, &edmg); in wpas_p2p_verify_edmg()
4549 if (edmg.channels && ieee802_edmg_is_allowed(mode->edmg, edmg)) in wpas_p2p_verify_edmg()
[all …]
H A Dwpa_supplicant.c4665 return get_edmg_intersection(mode->edmg, request_edmg, primary_channel); in get_supported_edmg()
4937 params.freq.edmg.channels = in wpas_start_assoc_cb()
4939 params.freq.edmg.bw_config = in wpas_start_assoc_cb()
4943 params.freq.edmg.channels, in wpas_start_assoc_cb()
4944 params.freq.edmg.bw_config); in wpas_start_assoc_cb()
4964 if (ieee802_edmg_is_allowed(params.freq.edmg, in wpas_start_assoc_cb()
4966 params.freq.edmg = configured_edmg; in wpas_start_assoc_cb()
4972 params.freq.edmg.channels = 0; in wpas_start_assoc_cb()
4973 params.freq.edmg.bw_config = 0; in wpas_start_assoc_cb()
4980 if (params.freq.edmg.channels) { in wpas_start_assoc_cb()
[all …]
H A Dctrl_iface.c6481 int edmg; in p2p_ctrl_connect() local
6537 edmg = (os_strstr(cmd, " edmg") != NULL) || wpa_s->conf->p2p_go_edmg; in p2p_ctrl_connect()
6634 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect()
7240 int edmg; in p2p_ctrl_invite_persistent() local
7289 edmg = (os_strstr(cmd, " edmg") != NULL) || wpa_s->conf->p2p_go_edmg; in p2p_ctrl_invite_persistent()
7309 max_oper_chwidth, pref_freq, he, edmg, in p2p_ctrl_invite_persistent()
7362 int he, int edmg, bool allow_6ghz, in p2p_ctrl_group_add_persistent() argument
7384 vht_chwidth, he, edmg, in p2p_ctrl_group_add_persistent()
7401 int edmg = wpa_s->conf->p2p_go_edmg; in p2p_ctrl_group_add() local
7429 edmg = 1; in p2p_ctrl_group_add()
[all …]
H A Dwps_supplicant.c1201 if (wpa_s->go_params->edmg && in wpas_wps_start_pbc()
1296 if (wpa_s->go_params->edmg && in wpas_wps_start_dev_pw()
H A Dap.c1022 primary_channel, &params.freq.edmg); in wpa_supplicant_create_ap()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c3292 struct ieee80211_edmg_config *edmg) in hostapd_encode_edmg_chan() argument
3295 edmg->channels = 0; in hostapd_encode_edmg_chan()
3296 edmg->bw_config = 0; in hostapd_encode_edmg_chan()
3303 edmg->channels = EDMG_CHANNEL_9_SUBCHANNELS; in hostapd_encode_edmg_chan()
3304 edmg->bw_config = EDMG_BW_CONFIG_5; in hostapd_encode_edmg_chan()
3307 edmg->channels = EDMG_CHANNEL_10_SUBCHANNELS; in hostapd_encode_edmg_chan()
3308 edmg->bw_config = EDMG_BW_CONFIG_5; in hostapd_encode_edmg_chan()
3311 edmg->channels = EDMG_CHANNEL_11_SUBCHANNELS; in hostapd_encode_edmg_chan()
3312 edmg->bw_config = EDMG_BW_CONFIG_5; in hostapd_encode_edmg_chan()
3315 edmg->channels = EDMG_CHANNEL_12_SUBCHANNELS; in hostapd_encode_edmg_chan()
[all …]
H A Dhw_features_common.h42 int freq, int channel, int edmg, u8 edmg_channel,
H A Dieee802_11_common.h401 struct ieee80211_edmg_config *edmg);
H A Dhw_features_common.c524 &data->edmg); in hostapd_set_freq_params()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c368 int edmg = wpa_s->conf->p2p_go_edmg; in wpas_dbus_handler_p2p_group_add() local
414 edmg = entry.bool_value; in wpas_dbus_handler_p2p_group_add()
478 max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add()
489 ht40, vht, max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c2143 mode->edmg.bw_config = nla_get_u8(bw_config); in phy_info_edmg_capa()
2144 mode->edmg.channels = nla_get_u8(channels); in phy_info_edmg_capa()
2146 if (!mode->edmg.channels || !mode->edmg.bw_config) in phy_info_edmg_capa()
H A Ddriver.h324 struct ieee80211_edmg_config edmg; member
894 struct ieee80211_edmg_config edmg; member
H A Ddriver_nl80211.c5726 } else if (freq->edmg.channels && freq->edmg.bw_config) { in nl80211_put_freq_params()
5729 freq->edmg.channels, freq->edmg.bw_config); in nl80211_put_freq_params()
5731 freq->edmg.channels) || in nl80211_put_freq_params()
5733 freq->edmg.bw_config)) in nl80211_put_freq_params()
7574 if (params->freq.edmg.channels && params->freq.edmg.bw_config) { in nl80211_connect_common()
7577 params->freq.edmg.channels, in nl80211_connect_common()
7578 params->freq.edmg.bw_config); in nl80211_connect_common()
7580 params->freq.edmg.channels) || in nl80211_connect_common()
7582 params->freq.edmg.bw_config)) in nl80211_connect_common()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h115 int edmg; member