Home
last modified time | relevance | path

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

/hostap-latest/tests/remote/
Dmonitor.py166 vht_oper_centr_freq_seg1_idx = get_status_field_f("vht_oper_centr_freq_seg1_idx")
184 center_freq2 = str(int(vht_oper_centr_freq_seg1_idx) * 5 + 5000)
/hostap-latest/src/ap/
Dap_config.h1142 u8 vht_oper_centr_freq_seg1_idx; member
1333 return conf->vht_oper_centr_freq_seg1_idx; in hostapd_get_oper_centr_freq_seg1_idx()
1344 conf->vht_oper_centr_freq_seg1_idx = oper_centr_freq_seg1_idx; in hostapd_set_oper_centr_freq_seg1_idx()
Dieee802_11_vht.c82 u8 seg1 = hapd->iconf->vht_oper_centr_freq_seg1_idx; in hostapd_eid_vht_operation()
Dctrl_iface_ap.c985 iface->conf->vht_oper_centr_freq_seg1_idx, in hostapd_ctrl_iface_status()
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c9828 if (conf->vht_oper_centr_freq_seg1_idx) in wpas_p2p_move_go_csa()
9831 conf->vht_oper_centr_freq_seg1_idx); in wpas_p2p_move_go_csa()
/hostap-latest/hostapd/
Dconfig_file.c3780 conf->vht_oper_centr_freq_seg1_idx = atoi(pos); in hostapd_config_fill()