Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
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()
Dieee802_11_shared.c1047 if (oper->vht_op_info_chwidth == CHANWIDTH_USE_HT) { in get_tx_parameters()
/hostap-latest/wpa_supplicant/
Dwnm_sta.c972 if (vht_oper->vht_op_info_chwidth == CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
973 vht_oper->vht_op_info_chwidth == CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
974 vht_oper->vht_op_info_chwidth == CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
975 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
Drrm.c739 switch (vht_oper->vht_op_info_chwidth) { in wpas_get_op_chan_phy()
/hostap-latest/src/common/
Dieee802_11_defs.h1220 u8 vht_op_info_chwidth; member