Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.h42 int freq, int channel, int edmg, u8 edmg_channel,
H A Dhw_features_common.c456 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 Dieee802_11_common.h362 void hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel,
H A Dieee802_11_common.c3131 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 Dieee802_11_defs.h2871 enum edmg_channel { enum
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h542 u8 edmg_channel; member
H A Dap.c1014 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 Dmesh.c224 ifmsh->conf->edmg_channel, in wpas_mesh_update_freq_params()
H A Dwpa_supplicant.c3173 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 Dconfig_file.c781 INT(edmg_channel); in wpa_config_write_network()
H A Dconfig.c2654 { INT_RANGE(edmg_channel, 9, 13) },
H A Dp2p_supplicant.c2092 ssid->edmg_channel = op_channel; in wpas_start_wps_go()
/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c775 iface->conf->edmg_channel, in hostapd_check_edmg_capab()
894 iface->conf->edmg_channel, in hostapd_is_usable_edmg()
H A Dap_drv_ops.c645 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 Dap_drv_ops.h73 int freq, int channel, int edmg, u8 edmg_channel,
H A Dap_config.h1044 u8 edmg_channel; member
H A Ddfs.c1003 iface->conf->edmg_channel, in hostapd_dfs_request_channel_switch()
H A Ddrv_callbacks.c1457 hapd->iconf->edmg_channel = acs_res->edmg_channel; in hostapd_acs_channel_selected()
H A Dctrl_iface_ap.c876 iface->conf->edmg_channel, in hostapd_ctrl_iface_status()
H A Dhostapd.c2553 hapd->iconf->edmg_channel, in hostapd_setup_interface_complete_sync()
4270 conf->edmg_channel, conf->ieee80211n, in hostapd_change_config_freq()
H A Dbeacon.c2632 iconf->edmg_channel, iconf->ieee80211n, in __ieee802_11_set_beacon()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h6718 u8 edmg_channel; member
H A Ddriver_nl80211_event.c2735 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 Dconfig_file.c3380 conf->edmg_channel = atoi(pos); in hostapd_config_fill()