Hi James,
On 11/21/19 2:08 PM, James Prestwood wrote:
The kernel sends NL80211_ATTR_SCAN_START_TIME_TSF with CMD_TRIGGER
and
RRM requires this value for beacon measurement reports.
The start time is parsed during CMD_TRIGGER and set into the scan request.
A getter was added to obtain this time value for an already triggered
scan.
After making the change, the SCAN_ABORTED case was cleaned up a bit to
remove the local scan_request usage in favor of the one used for all the
other cases.
---
src/scan.c | 41 ++++++++++++++++++++++++++++++++++-------
src/scan.h | 2 ++
2 files changed, 36 insertions(+), 7 deletions(-)
I went ahead and took the first 3 in this series. The last one has some
missing L_CPU_TO_LE* calls.
Regards,
-Denis