]> git.ipfire.org Git - thirdparty/hostap.git/commit
driver: Add scan support to beacon report
authorAvraham Stern <avraham.stern@intel.com>
Wed, 28 Dec 2016 13:06:40 +0000 (15:06 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 3 Jan 2017 13:18:29 +0000 (15:18 +0200)
commitc16b9f8d33fb9c981d2cfcd8aeca1ca145ef531b
treecd06c58ee29e44f4d9b67166fb39994b08699048
parent3c716fdbd7e15815d207223dfee804da3952205a
driver: Add scan support to beacon report

Add the following parameters to scan request:
 1. Dwell time on each channel.
 2. Whether the specified dwell time is mandatory.

In addition, add to scan results info the time that the scan actually
started, and to each scan result the time the beacon/probe was received,
both in terms of TSF of the BSS that the interface that requested the
scan is connected to (if available).

Add flags to indicate whether the driver supports dwell time
configuration and scan information reporting.

This scan configuration and information is required to support beacon
report radio measurement.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
src/drivers/driver.h
wpa_supplicant/scan.c