/freebsd/contrib/wpa/src/common/ |
H A D | hw_features_common.h | 42 int freq, int channel, int edmg, u8 edmg_channel,
|
H A D | hw_features_common.c | 456 u8 edmg_channel, int ht_enabled, in hostapd_set_freq_params() argument 497 hostapd_encode_edmg_chan(enable_edmg, edmg_channel, channel, in hostapd_set_freq_params()
|
H A D | ieee802_11_common.h | 362 void hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel,
|
H A D | ieee802_11_common.c | 3131 void hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel, in hostapd_encode_edmg_chan() argument 3142 switch (edmg_channel) { in hostapd_encode_edmg_chan()
|
H A D | ieee802_11_defs.h | 2871 enum edmg_channel { enum
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_ssid.h | 542 u8 edmg_channel; member
|
H A D | ap.c | 1014 hostapd_encode_edmg_chan(ssid->enable_edmg, ssid->edmg_channel, in wpa_supplicant_create_ap() 1168 wpa_s->ap_iface->conf->edmg_channel = ssid->edmg_channel; in wpa_supplicant_create_ap()
|
H A D | mesh.c | 224 ifmsh->conf->edmg_channel, in wpas_mesh_update_freq_params()
|
H A D | wpa_supplicant.c | 3173 ssid->edmg_channel, freq->ht_enabled, in ibss_mesh_select_80_160mhz() 4380 if (ssid->edmg_channel) { in wpas_start_assoc_cb() 4391 ssid->edmg_channel, in wpas_start_assoc_cb() 4400 ssid->edmg_channel); in wpas_start_assoc_cb() 4407 ssid->edmg_channel); in wpas_start_assoc_cb()
|
H A D | config_file.c | 781 INT(edmg_channel); in wpa_config_write_network()
|
H A D | config.c | 2654 { INT_RANGE(edmg_channel, 9, 13) },
|
H A D | p2p_supplicant.c | 2092 ssid->edmg_channel = op_channel; in wpas_start_wps_go()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | hw_features.c | 775 iface->conf->edmg_channel, in hostapd_check_edmg_capab() 894 iface->conf->edmg_channel, in hostapd_is_usable_edmg()
|
H A D | ap_drv_ops.c | 645 int freq, int channel, int edmg, u8 edmg_channel, in hostapd_set_freq() argument 655 edmg_channel, ht_enabled, in hostapd_set_freq()
|
H A D | ap_drv_ops.h | 73 int freq, int channel, int edmg, u8 edmg_channel,
|
H A D | ap_config.h | 1044 u8 edmg_channel; member
|
H A D | dfs.c | 1003 iface->conf->edmg_channel, in hostapd_dfs_request_channel_switch()
|
H A D | drv_callbacks.c | 1457 hapd->iconf->edmg_channel = acs_res->edmg_channel; in hostapd_acs_channel_selected()
|
H A D | ctrl_iface_ap.c | 876 iface->conf->edmg_channel, in hostapd_ctrl_iface_status()
|
H A D | hostapd.c | 2553 hapd->iconf->edmg_channel, in hostapd_setup_interface_complete_sync() 4270 conf->edmg_channel, conf->ieee80211n, in hostapd_change_config_freq()
|
H A D | beacon.c | 2632 iconf->edmg_channel, iconf->ieee80211n, in __ieee802_11_set_beacon()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 6718 u8 edmg_channel; member
|
H A D | driver_nl80211_event.c | 2735 event.acs_selected_channels.edmg_channel = in qca_nl80211_acs_select_ch() 2763 event.acs_selected_channels.edmg_channel, in qca_nl80211_acs_select_ch()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 3380 conf->edmg_channel = atoi(pos); in hostapd_config_fill()
|