Home
last modified time | relevance | path

Searched refs:edmg_channel (Results 1 – 24 of 24) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dhw_features_common.h40 int freq, int channel, int edmg, u8 edmg_channel,
Dhw_features_common.c384 u8 edmg_channel, int ht_enabled, in hostapd_set_freq_params() argument
414 hostapd_encode_edmg_chan(enable_edmg, edmg_channel, channel, in hostapd_set_freq_params()
Dieee802_11_common.h344 void hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel,
Dieee802_11_common.c2517 void hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel, in hostapd_encode_edmg_chan() argument
2528 switch (edmg_channel) { in hostapd_encode_edmg_chan()
Dieee802_11_defs.h2399 enum edmg_channel { enum
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h519 u8 edmg_channel; member
Dap.c977 hostapd_encode_edmg_chan(ssid->enable_edmg, ssid->edmg_channel, in wpa_supplicant_create_ap()
1124 wpa_s->ap_iface->conf->edmg_channel = ssid->edmg_channel; in wpa_supplicant_create_ap()
Dmesh.c224 ifmsh->conf->edmg_channel, in wpas_mesh_update_freq_params()
Dwpa_supplicant.c2820 ssid->edmg_channel, freq->ht_enabled, in ibss_mesh_setup_freq()
3903 if (ssid->edmg_channel) { in wpas_start_assoc_cb()
3914 ssid->edmg_channel, in wpas_start_assoc_cb()
3923 ssid->edmg_channel); in wpas_start_assoc_cb()
3930 ssid->edmg_channel); in wpas_start_assoc_cb()
Dconfig_file.c775 INT(edmg_channel); in wpa_config_write_network()
Dconfig.c2557 { INT_RANGE(edmg_channel, 9, 13) },
Dp2p_supplicant.c2196 ssid->edmg_channel = op_channel; in wpas_start_wps_go()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhw_features.c740 iface->conf->edmg_channel, in hostapd_check_edmg_capab()
848 iface->conf->edmg_channel, in hostapd_is_usable_edmg()
Dap_drv_ops.c552 int freq, int channel, int edmg, u8 edmg_channel, in hostapd_set_freq() argument
562 edmg_channel, ht_enabled, in hostapd_set_freq()
Dap_drv_ops.h67 int freq, int channel, int edmg, u8 edmg_channel,
Dap_config.h952 u8 edmg_channel; member
Ddrv_callbacks.c1143 hapd->iconf->edmg_channel = acs_res->edmg_channel; in hostapd_acs_channel_selected()
Ddfs.c1128 iface->conf->edmg_channel, in hostapd_dfs_start_channel_switch()
Dctrl_iface_ap.c757 iface->conf->edmg_channel, in hostapd_ctrl_iface_status()
Dhostapd.c2066 hapd->iconf->edmg_channel, in hostapd_setup_interface_complete_sync()
3473 conf->edmg_channel, conf->ieee80211n, in hostapd_change_config_freq()
Dbeacon.c1846 iconf->edmg_channel, iconf->ieee80211n, in __ieee802_11_set_beacon()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c2056 event.acs_selected_channels.edmg_channel = in qca_nl80211_acs_select_ch()
2075 event.acs_selected_channels.edmg_channel); in qca_nl80211_acs_select_ch()
Ddriver.h5976 u8 edmg_channel; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3235 conf->edmg_channel = atoi(pos); in hostapd_config_fill()