Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c83 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
89 oper->vht_op_info_chwidth = 1; in hostapd_eid_vht_operation()
102 oper->vht_op_info_chwidth = 1; in hostapd_eid_vht_operation()
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c693 if (vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
694 vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
695 vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
696 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h691 u8 vht_op_info_chwidth; member