Home
last modified time | relevance | path

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

/hostap-latest/tests/remote/
Dmonitor.py163 vht_oper_chwidth = get_status_field_f("vht_oper_chwidth")
167 if vht_oper_chwidth == "0" or vht_oper_chwidth is None:
175 elif vht_oper_chwidth == "1":
178 elif vht_oper_chwidth == "2":
181 elif vht_oper_chwidth == "3":
/hostap-latest/src/ap/
Dap_config.h1140 enum oper_chan_width vht_oper_chwidth; member
1273 return conf->vht_oper_chwidth; in hostapd_get_oper_chwidth()
1290 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
Dctrl_iface_ap.c983 iface->conf->vht_oper_chwidth, in hostapd_ctrl_iface_status()
/hostap-latest/wpa_supplicant/
Dap.c138 conf->vht_oper_chwidth, in wpas_conf_ap_vht()
150 conf->vht_oper_chwidth, in wpas_conf_ap_vht()
179 conf->vht_oper_chwidth, in wpas_conf_ap_vht()
Dp2p_supplicant.c9815 conf->vht_oper_chwidth, in wpas_p2p_move_go_csa()
9844 switch (conf->vht_oper_chwidth) { in wpas_p2p_move_go_csa()
/hostap-latest/hostapd/
Dconfig_file.c3776 conf->vht_oper_chwidth = atoi(pos); in hostapd_config_fill()