|
@@ -12414,9 +12414,9 @@ typedef enum {
|
|
|
|
|
|
typedef struct {
|
|
|
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_ARRAY_STRUC */
|
|
|
- /**RSSI */
|
|
|
+ /** RSSI */
|
|
|
A_UINT32 rssi;
|
|
|
- /**time stamp in milliseconds */
|
|
|
+ /** time stamp in milliseconds */
|
|
|
A_UINT32 tstamp;
|
|
|
/** Extscan cycle during which this entry was scanned */
|
|
|
A_UINT32 scan_cycle_id;
|
|
@@ -12425,6 +12425,8 @@ typedef struct {
|
|
|
* interrupted (aborted/large time gap preempted) scan
|
|
|
*/
|
|
|
A_UINT32 flags;
|
|
|
+ /** Bitmask of buckets (i.e. sets of channels) scanned */
|
|
|
+ A_UINT32 buckets_scanned;
|
|
|
} wmi_extscan_rssi_info;
|
|
|
|
|
|
typedef struct {
|