Lines Matching refs:vhtop
750 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()
813 vhtop->vht_op_ch_freq_seg2, in util_scan_get_phymode_5g()
884 struct wlan_ie_vhtop *vhtop; in util_scan_get_phymode_2g() local
890 vhtop = (struct wlan_ie_vhtop *) in util_scan_get_phymode_2g()
929 if (util_scan_entry_vhtcap(scan_params) && vhtop) { in util_scan_get_phymode_2g()
930 switch (vhtop->vht_op_chwidth) { in util_scan_get_phymode_2g()
942 vhtop->vht_op_chwidth); in util_scan_get_phymode_2g()
1413 scan_params->ie_list.vhtop = (((uint8_t *)(ie)) + in util_scan_parse_vendor_ie()
1649 scan_params->ie_list.vhtop = (uint8_t *)ie; in util_scan_populate_bcn_ie_list()