HomeSort by: relevance | last modified time | path
    Searched defs:edmg (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
hw_features.c 769 struct ieee80211_edmg_config edmg; local
777 &edmg);
779 if (mode->edmg.channels && ieee802_edmg_is_allowed(mode->edmg, edmg))
782 wpa_printf(MSG_WARNING, "Requested EDMG configuration is not valid");
783 wpa_printf(MSG_INFO, "EDMG capab: channels 0x%x, bw_config %d",
784 mode->edmg.channels, mode->edmg.bw_config);
786 "Requested EDMG configuration: channels 0x%x, bw_config %d"
879 struct ieee80211_edmg_config edmg; local
    [all...]
  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 104 int edmg; member in struct:p2p_go_neg_results
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 368 int edmg = wpa_s->conf->p2p_go_edmg; local
412 } else if (os_strcmp(entry.key, "edmg") == 0 &&
414 edmg = entry.bool_value;
478 max_oper_chwidth, he, edmg,
487 ht40, vht, max_oper_chwidth, he, edmg,
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 1975 * wpas_p2p_freq_to_edmg_channel - Convert frequency into EDMG channel
1989 struct ieee80211_edmg_config edmg; local
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) {
3891 struct ieee80211_edmg_config edmg; local
    [all...]
ctrl_iface.c 3172 ret = os_snprintf(pos, end - pos, "[EDMG]");
6377 int edmg; local
6394 * [ht40] [vht] [he] [edmg] [auto] [ssid=<hexdump>] */
6427 edmg = (os_strstr(cmd, " edmg") != NULL) || wpa_s->conf->p2p_go_edmg;
6501 pd, ht40, vht, max_oper_chwidth, he, edmg,
7053 int edmg; local
7092 edmg = (os_strstr(cmd, " edmg") != NULL) || wpa_s->conf->p2p_go_edmg;
7112 max_oper_chwidth, pref_freq, he, edmg,
7193 int edmg = wpa_s->conf->p2p_go_edmg; local
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 224 * struct ieee80211_edmg_config - EDMG configuration
227 * for IEEE 802.11ay EDMG configuration
232 * Set to 0 to indicate EDMG not supported.
309 * for IEEE 802.11ay EDMG configuration.
311 struct ieee80211_edmg_config edmg; member in struct:hostapd_hw_modes
855 * for IEEE 802.11ay EDMG configuration.
857 struct ieee80211_edmg_config edmg; member in struct:hostapd_freq_params
2844 /* Indicates whether EDMG is enabled */
6697 * @edmg_channel: Selected EDMG channel

Completed in 55 milliseconds