Searched refs:sec80_bins (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/fw-api/fw/ |
H A D | wmi_unified.h | 8182 #define WMI_SSCAN_SEC80_START_BIN_GET(sec80_bins) WMI_GET_BITS(sec80_bins, 0, 16) argument 8183 #define WMI_SSCAN_SEC80_START_BIN_SET(sec80_bins, value) WMI_SET_BITS(sec80_bins, 0, 16, value) argument 8184 #define WMI_SSCAN_SEC80_END_BIN_GET(sec80_bins) WMI_GET_BITS(sec80_bins, 16, 16) argument 8185 #define WMI_SSCAN_SEC80_END_BIN_SET(sec80_bins, value) WMI_SET_BITS(sec80_bins, 16, 16, value) argument 8233 A_UINT32 sec80_bins; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 8986 param->start_sec80 = WMI_SSCAN_SEC80_START_BIN_GET(ev->sec80_bins); in extract_pdev_sscan_fft_bin_index_tlv() 8987 param->num_sec80 = WMI_SSCAN_SEC80_END_BIN_GET(ev->sec80_bins) - in extract_pdev_sscan_fft_bin_index_tlv()
|