/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | hw_features_common.h | 40 int freq, int channel, int edmg, u8 edmg_channel,
|
D | hw_features_common.c | 384 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()
|
D | ieee802_11_common.h | 344 void hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel,
|
D | ieee802_11_common.c | 2517 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()
|
D | ieee802_11_defs.h | 2399 enum edmg_channel { enum
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config_ssid.h | 519 u8 edmg_channel; member
|
D | ap.c | 977 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()
|
D | mesh.c | 224 ifmsh->conf->edmg_channel, in wpas_mesh_update_freq_params()
|
D | wpa_supplicant.c | 2820 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()
|
D | config_file.c | 775 INT(edmg_channel); in wpa_config_write_network()
|
D | config.c | 2557 { INT_RANGE(edmg_channel, 9, 13) },
|
D | p2p_supplicant.c | 2196 ssid->edmg_channel = op_channel; in wpas_start_wps_go()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | hw_features.c | 740 iface->conf->edmg_channel, in hostapd_check_edmg_capab() 848 iface->conf->edmg_channel, in hostapd_is_usable_edmg()
|
D | ap_drv_ops.c | 552 int freq, int channel, int edmg, u8 edmg_channel, in hostapd_set_freq() argument 562 edmg_channel, ht_enabled, in hostapd_set_freq()
|
D | ap_drv_ops.h | 67 int freq, int channel, int edmg, u8 edmg_channel,
|
D | ap_config.h | 952 u8 edmg_channel; member
|
D | drv_callbacks.c | 1143 hapd->iconf->edmg_channel = acs_res->edmg_channel; in hostapd_acs_channel_selected()
|
D | dfs.c | 1128 iface->conf->edmg_channel, in hostapd_dfs_start_channel_switch()
|
D | ctrl_iface_ap.c | 757 iface->conf->edmg_channel, in hostapd_ctrl_iface_status()
|
D | hostapd.c | 2066 hapd->iconf->edmg_channel, in hostapd_setup_interface_complete_sync() 3473 conf->edmg_channel, conf->ieee80211n, in hostapd_change_config_freq()
|
D | beacon.c | 1846 iconf->edmg_channel, iconf->ieee80211n, in __ieee802_11_set_beacon()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_event.c | 2056 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()
|
D | driver.h | 5976 u8 edmg_channel; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 3235 conf->edmg_channel = atoi(pos); in hostapd_config_fill()
|