Home
last modified time | relevance | path

Searched refs:vht_op_info_chwidth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_vht.c112 oper->vht_op_info_chwidth = oper_chwidth; in hostapd_eid_vht_operation()
118 oper->vht_op_info_chwidth = CHANWIDTH_80MHZ; in hostapd_eid_vht_operation()
131 oper->vht_op_info_chwidth = CHANWIDTH_80MHZ; in hostapd_eid_vht_operation()
H A Dieee802_11_shared.c1047 if (oper->vht_op_info_chwidth == CHANWIDTH_USE_HT) { in get_tx_parameters()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c968 if (vht_oper->vht_op_info_chwidth == CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
969 vht_oper->vht_op_info_chwidth == CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
970 vht_oper->vht_op_info_chwidth == CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
971 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
H A Drrm.c739 switch (vht_oper->vht_op_info_chwidth) { in wpas_get_op_chan_phy()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1220 u8 vht_op_info_chwidth; member