Home
last modified time | relevance | path

Searched refs:vht_oper_centr_freq_seg0_idx (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddfs.c225 u8 *vht_oper_centr_freq_seg0_idx, in dfs_adjust_vht_center_freq() argument
239 *vht_oper_centr_freq_seg0_idx = chan->chan + 2; in dfs_adjust_vht_center_freq()
241 *vht_oper_centr_freq_seg0_idx = chan->chan - 2; in dfs_adjust_vht_center_freq()
243 *vht_oper_centr_freq_seg0_idx = chan->chan; in dfs_adjust_vht_center_freq()
246 *vht_oper_centr_freq_seg0_idx = chan->chan + 6; in dfs_adjust_vht_center_freq()
249 *vht_oper_centr_freq_seg0_idx = chan->chan + 14; in dfs_adjust_vht_center_freq()
253 *vht_oper_centr_freq_seg0_idx = 0; in dfs_adjust_vht_center_freq()
258 *vht_oper_centr_freq_seg0_idx, in dfs_adjust_vht_center_freq()
285 iface->conf->vht_oper_centr_freq_seg0_idx - 6; in dfs_get_start_chan_idx()
289 iface->conf->vht_oper_centr_freq_seg0_idx - 14; in dfs_get_start_chan_idx()
[all …]
Dieee802_11_vht.c79 hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation()
93 hapd->iconf->vht_oper_centr_freq_seg0_idx) in hostapd_eid_vht_operation()
Ddrv_callbacks.c532 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx; in hostapd_event_ch_switch()
628 hapd->iconf->vht_oper_centr_freq_seg0_idx = 0; in hostapd_acs_channel_selected()
631 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_acs_channel_selected()
636 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_acs_channel_selected()
641 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_acs_channel_selected()
Dhostapd.c191 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_reload_config()
192 oldconf->vht_oper_centr_freq_seg0_idx; in hostapd_reload_config()
1597 hapd->iconf->vht_oper_centr_freq_seg0_idx, in hostapd_setup_interface_complete_sync()
2880 conf->vht_oper_centr_freq_seg0_idx, in hostapd_change_config_freq()
2908 &conf->vht_oper_centr_freq_seg0_idx); in hostapd_change_config_freq()
3076 iface->conf->vht_oper_centr_freq_seg0_idx = vht_seg0_idx; in hostapd_switch_channel_fallback()
Dap_config.h665 u8 vht_oper_centr_freq_seg0_idx; member
Dacs.c765 iface->conf->vht_oper_centr_freq_seg0_idx = in acs_adjust_vht_center_freq()
Dctrl_iface_ap.c499 iface->conf->vht_oper_centr_freq_seg0_idx, in hostapd_ctrl_iface_status()
Dbeacon.c1280 iconf->vht_oper_centr_freq_seg0_idx, in ieee802_11_set_beacon()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c205 &conf->vht_oper_centr_freq_seg0_idx); in wpa_supplicant_mesh_init()
206 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2; in wpa_supplicant_mesh_init()
211 &conf->vht_oper_centr_freq_seg0_idx); in wpa_supplicant_mesh_init()
212 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2; in wpa_supplicant_mesh_init()
213 conf->vht_oper_centr_freq_seg0_idx += 40 / 5; in wpa_supplicant_mesh_init()
Dap.c85 conf->vht_oper_centr_freq_seg0_idx = center_chan; in wpas_conf_ap_vht()
89 conf->vht_oper_centr_freq_seg0_idx = in wpas_conf_ap_vht()
92 conf->vht_oper_centr_freq_seg0_idx = in wpas_conf_ap_vht()
Dp2p_supplicant.c8882 if (conf->vht_oper_centr_freq_seg0_idx) in wpas_p2p_move_go_csa()
8885 conf->vht_oper_centr_freq_seg0_idx); in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2891 conf->vht_oper_centr_freq_seg0_idx = atoi(pos); in hostapd_config_fill()