Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddfs.c238 u8 *vht_oper_centr_freq_seg0_idx, in dfs_adjust_vht_center_freq() argument
252 *vht_oper_centr_freq_seg0_idx = chan->chan + 2; in dfs_adjust_vht_center_freq()
254 *vht_oper_centr_freq_seg0_idx = chan->chan - 2; in dfs_adjust_vht_center_freq()
256 *vht_oper_centr_freq_seg0_idx = chan->chan; in dfs_adjust_vht_center_freq()
259 *vht_oper_centr_freq_seg0_idx = chan->chan + 6; in dfs_adjust_vht_center_freq()
262 *vht_oper_centr_freq_seg0_idx = chan->chan + 14; in dfs_adjust_vht_center_freq()
266 *vht_oper_centr_freq_seg0_idx = 0; in dfs_adjust_vht_center_freq()
271 *vht_oper_centr_freq_seg0_idx, in dfs_adjust_vht_center_freq()
298 iface->conf->vht_oper_centr_freq_seg0_idx - 6; in dfs_get_start_chan_idx()
302 iface->conf->vht_oper_centr_freq_seg0_idx - 14; in dfs_get_start_chan_idx()
[all …]
Dieee802_11_vht.c91 hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation()
105 hapd->iconf->vht_oper_centr_freq_seg0_idx) in hostapd_eid_vht_operation()
Ddrv_callbacks.c855 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx; in hostapd_event_ch_switch()
955 hapd->iconf->vht_oper_centr_freq_seg0_idx = 0; in hostapd_acs_channel_selected()
958 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_acs_channel_selected()
963 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_acs_channel_selected()
968 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_acs_channel_selected()
Dneighbor_db.c214 center_freq1_idx = hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_neighbor_set_own_report()
Dhostapd.c264 hapd->iconf->vht_oper_centr_freq_seg0_idx = in hostapd_reload_config()
265 oldconf->vht_oper_centr_freq_seg0_idx; in hostapd_reload_config()
1868 hapd->iconf->vht_oper_centr_freq_seg0_idx, in hostapd_setup_interface_complete_sync()
3216 conf->vht_oper_centr_freq_seg0_idx, in hostapd_change_config_freq()
3244 &conf->vht_oper_centr_freq_seg0_idx); in hostapd_change_config_freq()
3424 iface->conf->vht_oper_centr_freq_seg0_idx = vht_seg0_idx; in hostapd_switch_channel_fallback()
Dacs.c810 iface->conf->vht_oper_centr_freq_seg0_idx = in acs_adjust_vht_center_freq()
Dap_config.h813 u8 vht_oper_centr_freq_seg0_idx; member
Dhw_features.c332 iface->conf->vht_oper_centr_freq_seg0_idx = 0; in ieee80211n_check_scan()
Dctrl_iface_ap.c735 iface->conf->vht_oper_centr_freq_seg0_idx, in hostapd_ctrl_iface_status()
Dbeacon.c1426 iconf->vht_oper_centr_freq_seg0_idx, in ieee802_11_set_beacon()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c340 &conf->vht_oper_centr_freq_seg0_idx); in wpa_supplicant_mesh_init()
341 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2; in wpa_supplicant_mesh_init()
346 &conf->vht_oper_centr_freq_seg0_idx); in wpa_supplicant_mesh_init()
347 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2; in wpa_supplicant_mesh_init()
348 conf->vht_oper_centr_freq_seg0_idx += 40 / 5; in wpa_supplicant_mesh_init()
Dap.c73 &conf->vht_oper_centr_freq_seg0_idx); in wpas_conf_ap_vht()
75 conf->vht_oper_centr_freq_seg0_idx); in wpas_conf_ap_vht()
119 conf->vht_oper_centr_freq_seg0_idx = center_chan; in wpas_conf_ap_vht()
121 conf->vht_oper_centr_freq_seg0_idx); in wpas_conf_ap_vht()
129 conf->vht_oper_centr_freq_seg0_idx = in wpas_conf_ap_vht()
Dp2p_supplicant.c9182 if (conf->vht_oper_centr_freq_seg0_idx) in wpas_p2p_move_go_csa()
9185 conf->vht_oper_centr_freq_seg0_idx); in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3420 conf->vht_oper_centr_freq_seg0_idx = atoi(pos); in hostapd_config_fill()