Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Dieee802_11_vht.c95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
96 if (hapd->iconf->vht_oper_chwidth == 2) { in hostapd_eid_vht_operation()
109 } else if (hapd->iconf->vht_oper_chwidth == 3) { in hostapd_eid_vht_operation()
244 switch (iface->conf->vht_oper_chwidth) { in hostapd_eid_txpower_envelope()
H A Dap_config.h943 u8 vht_oper_chwidth; member
1020 return conf->vht_oper_chwidth; in hostapd_get_oper_chwidth()
1030 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
H A Dctrl_iface_ap.c736 iface->conf->vht_oper_chwidth, in hostapd_ctrl_iface_status()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dap.c63 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpas_conf_ap_vht()
70 conf->vht_oper_chwidth == CHANWIDTH_USE_HT) in wpas_conf_ap_vht()
80 switch (conf->vht_oper_chwidth) { in wpas_conf_ap_vht()
100 conf->vht_oper_chwidth = CHANWIDTH_160MHZ; in wpas_conf_ap_vht()
107 conf->vht_oper_chwidth = CHANWIDTH_80MHZ; in wpas_conf_ap_vht()
131 conf->vht_oper_chwidth = CHANWIDTH_USE_HT; in wpas_conf_ap_vht()
H A Dmesh.c335 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_mesh_init()
336 switch (conf->vht_oper_chwidth) { in wpa_supplicant_mesh_init()
H A Dp2p_supplicant.c9168 conf->vht_oper_chwidth, in wpas_p2p_move_go_csa()
9197 switch (conf->vht_oper_chwidth) { in wpas_p2p_move_go_csa()
/freebsd-12.1/contrib/wpa/hostapd/
H A Dconfig_file.c3439 conf->vht_oper_chwidth = atoi(pos);