Home
last modified time | relevance | path

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

/hostap-latest/tests/remote/
Dmonitor.py165 vht_oper_centr_freq_seg0_idx = get_status_field_f("vht_oper_centr_freq_seg0_idx")
177 center_freq1 = str(int(vht_oper_centr_freq_seg0_idx) * 5 + 5000)
180 center_freq1 = str(int(vht_oper_centr_freq_seg0_idx) * 5 + 5000)
183 center_freq1 = str(int(vht_oper_centr_freq_seg0_idx) * 5 + 5000)
/hostap-latest/src/ap/
Dieee802_11_vht.c81 u8 seg0 = hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation()
122 hapd->iconf->vht_oper_centr_freq_seg0_idx) in hostapd_eid_vht_operation()
Dap_config.h1141 u8 vht_oper_centr_freq_seg0_idx; member
1304 return conf->vht_oper_centr_freq_seg0_idx; in hostapd_get_oper_centr_freq_seg0_idx()
1323 conf->vht_oper_centr_freq_seg0_idx = oper_centr_freq_seg0_idx; in hostapd_set_oper_centr_freq_seg0_idx()
Dctrl_iface_ap.c984 iface->conf->vht_oper_centr_freq_seg0_idx, in hostapd_ctrl_iface_status()
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c9823 if (conf->vht_oper_centr_freq_seg0_idx) in wpas_p2p_move_go_csa()
9826 conf->vht_oper_centr_freq_seg0_idx); in wpas_p2p_move_go_csa()
/hostap-latest/hostapd/
Dconfig_file.c3778 conf->vht_oper_centr_freq_seg0_idx = atoi(pos); in hostapd_config_fill()