Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c98 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
104 oper->vht_op_info_chwidth = 1; in hostapd_eid_vht_operation()
117 oper->vht_op_info_chwidth = 1; in hostapd_eid_vht_operation()
Dieee802_11_shared.c1050 if (oper->vht_op_info_chwidth == 0) { in get_tx_parameters()
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c945 if (vht_oper->vht_op_info_chwidth == CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
946 vht_oper->vht_op_info_chwidth == CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
947 vht_oper->vht_op_info_chwidth == CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
948 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
Drrm.c734 switch (vht_oper->vht_op_info_chwidth) { in wpas_get_op_chan_phy()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h1124 u8 vht_op_info_chwidth; member
1131 u8 vht_op_info_chwidth; member
Dieee802_11_common.c2805 switch (vht_oper_info->vht_op_info_chwidth) { in get_vht_operation_channel_width()