Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1151 enum oper_chan_width vht_oper_chwidth; member
1337 return conf->vht_oper_chwidth; in hostapd_get_oper_chwidth()
1354 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
H A Dctrl_iface_ap.c1014 iface->conf->vht_oper_chwidth, in hostapd_ctrl_iface_status()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c466 conf->vht_oper_chwidth = CONF_OPER_CHWIDTH_80MHZ; in wpa_supplicant_mesh_init()
468 conf->vht_oper_chwidth = CONF_OPER_CHWIDTH_160MHZ; in wpa_supplicant_mesh_init()
H A 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()
H A Dp2p_supplicant.c11286 conf->vht_oper_chwidth, in wpas_p2p_move_go_csa()
11315 switch (conf->vht_oper_chwidth) { in wpas_p2p_move_go_csa()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3693 conf->vht_oper_chwidth = atoi(pos); in hostapd_config_fill()