Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11_vht.c98 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
99 if (hapd->iconf->vht_oper_chwidth == 2) { in hostapd_eid_vht_operation()
112 } else if (hapd->iconf->vht_oper_chwidth == 3) { in hostapd_eid_vht_operation()
H A Dap_config.h1025 u8 vht_oper_chwidth; member
1112 return conf->vht_oper_chwidth; in hostapd_get_oper_chwidth()
1122 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
H A Dctrl_iface_ap.c788 iface->conf->vht_oper_chwidth, in hostapd_ctrl_iface_status()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dap.c138 conf->vht_oper_chwidth, in wpas_conf_ap_vht()
150 conf->vht_oper_chwidth, in wpas_conf_ap_vht()
H A Dp2p_supplicant.c9680 conf->vht_oper_chwidth, in wpas_p2p_move_go_csa()
9709 switch (conf->vht_oper_chwidth) { in wpas_p2p_move_go_csa()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dconfig_file.c3501 conf->vht_oper_chwidth = atoi(pos); in hostapd_config_fill()