Searched defs:sec80_bins (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/fw-api/fw/ |
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
|