Home
last modified time | relevance | path

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

/hostap-3.7.0/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-3.7.0/src/ap/
Dieee802_11_vht.c94 hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation()
108 hapd->iconf->vht_oper_centr_freq_seg0_idx) in hostapd_eid_vht_operation()
Dap_config.h1033 u8 vht_oper_centr_freq_seg0_idx; member
1139 return conf->vht_oper_centr_freq_seg0_idx; in hostapd_get_oper_centr_freq_seg0_idx()
1150 conf->vht_oper_centr_freq_seg0_idx = oper_centr_freq_seg0_idx; in hostapd_set_oper_centr_freq_seg0_idx()
Dctrl_iface_ap.c789 iface->conf->vht_oper_centr_freq_seg0_idx, in hostapd_ctrl_iface_status()
/hostap-3.7.0/wpa_supplicant/
Dp2p_supplicant.c9688 if (conf->vht_oper_centr_freq_seg0_idx) in wpas_p2p_move_go_csa()
9691 conf->vht_oper_centr_freq_seg0_idx); in wpas_p2p_move_go_csa()
/hostap-3.7.0/hostapd/
Dconfig_file.c3503 conf->vht_oper_centr_freq_seg0_idx = atoi(pos); in hostapd_config_fill()