Home
last modified time | relevance | path

Searched refs:vhtop (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_utils_api.c750 struct wlan_ie_vhtop *vhtop; in util_scan_get_phymode_5g() local
757 vhtop = (struct wlan_ie_vhtop *) in util_scan_get_phymode_5g()
777 if (util_scan_entry_vhtcap(scan_params) && vhtop) { in util_scan_get_phymode_5g()
778 switch (vhtop->vht_op_chwidth) { in util_scan_get_phymode_5g()
786 if (WLAN_IS_REVSIG_VHT80_80(vhtop)) in util_scan_get_phymode_5g()
788 else if (WLAN_IS_REVSIG_VHT160(vhtop)) in util_scan_get_phymode_5g()
801 vhtop->vht_op_chwidth); in util_scan_get_phymode_5g()
805 if (vhtop->vht_op_ch_freq_seg1) in util_scan_get_phymode_5g()
808 vhtop->vht_op_ch_freq_seg1, in util_scan_get_phymode_5g()
810 if (vhtop->vht_op_ch_freq_seg2) in util_scan_get_phymode_5g()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h461 #define WLAN_IS_REVSIG_VHT160(vhtop) (((vhtop)->vht_op_chwidth == \ argument
463 ((vhtop)->vht_op_ch_freq_seg2 != 0) && \
464 (abs((vhtop)->vht_op_ch_freq_seg2 - (vhtop)->vht_op_ch_freq_seg1) == 8))
467 #define WLAN_IS_REVSIG_VHT80_80(vhtop) (((vhtop)->vht_op_chwidth == \ argument
469 ((vhtop)->vht_op_ch_freq_seg2 != 0) && \
470 (abs((vhtop)->vht_op_ch_freq_seg2 - (vhtop)->vht_op_ch_freq_seg1) > 8))
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_utils_api.h745 ie_lst->vhtop = conv_ptr(ie_lst->vhtop, old_ptr, new_ptr); in util_scan_copy_beacon_data()
1182 return scan_entry->ie_list.vhtop; in util_scan_entry_vhtop()
Dwlan_scan_public_structs.h255 uint8_t *vhtop; member