Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:edmg

1975  * wpas_p2p_freq_to_edmg_channel - Convert frequency into EDMG channel
1989 struct ieee80211_edmg_config edmg;
2008 /* Find the highest EDMG channel bandwidth to start the P2P GO */
2015 hostapd_encode_edmg_chan(1, *op_edmg_channel, 0, &edmg);
2016 if (edmg.channels &&
2017 ieee802_edmg_is_allowed(hwmode->edmg, edmg)) {
2019 "Freq %u to EDMG channel %u at opclass %u",
2041 "Freq %d will be used to set an EDMG connection (channel=%u opclass=%u)",
2087 if (params->edmg) {
2093 ssid->enable_edmg = params->edmg;
2096 "P2P: Could not match EDMG channel, freq %d, for GO",
2480 res->edmg = 1;
3891 struct ieee80211_edmg_config edmg;
3893 hostapd_encode_edmg_chan(1, channel, 0, &edmg);
3894 if (edmg.channels && ieee802_edmg_is_allowed(mode->edmg, edmg))
5971 unsigned int vht_chwidth, int he, int edmg,
6022 wpa_s->p2p_go_edmg = !!edmg;
6484 int edmg,
6500 params->edmg = edmg;
6532 /* Try to use EDMG channel */
6533 if (params->edmg) {
6536 params->edmg = 0;
6887 * @edmg: Start GO with EDMG support
6896 int max_oper_chwidth, int he, int edmg,
6922 ht40, vht, max_oper_chwidth, he, edmg,
7044 int edmg,
7123 ht40, vht, max_oper_chwidth, he, edmg,
7681 int pref_freq, int he, int edmg, bool allow_6ghz)
7706 wpa_s->p2p_go_edmg = !!edmg;