Searched refs:vhtop (Results 1 – 4 of 4) sorted by relevance
750 struct wlan_ie_vhtop *vhtop; in util_scan_get_phymode_5g() local757 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 …]
461 #define WLAN_IS_REVSIG_VHT160(vhtop) (((vhtop)->vht_op_chwidth == \ argument463 ((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 == \ argument469 ((vhtop)->vht_op_ch_freq_seg2 != 0) && \470 (abs((vhtop)->vht_op_ch_freq_seg2 - (vhtop)->vht_op_ch_freq_seg1) > 8))
745 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()
255 uint8_t *vhtop; member