]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Improve discovery of OWE transition mode AP
authorIlan Peer <ilan.peer@intel.com>
Wed, 22 Aug 2018 16:49:04 +0000 (19:49 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 12 Oct 2018 16:59:26 +0000 (19:59 +0300)
commitc04562e67edd7c2de6c0bf90c54ebfc24c7894ae
treef6384833a12e0460889b4fe18076567734902388
parenta5e6270f2516ba2112bd7ac479c8f52c90e48efd
OWE: Improve discovery of OWE transition mode AP

An OWE AP device that supports transition mode does not transmit the
SSID of the OWE AP in its Beacon frames and in addition the OWE AP does
not reply to broadcast Probe Request frames. Thus, the scan results
matching relies only on Beacon frames from the OWE open AP which can be
missed in case the AP's frequency is actively scanned.

To improve the discovery of transition mode APs, include their SSID in
the scan command to perform an active scan for the SSIDs learned from
the open mode BSSs.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
wpa_supplicant/scan.c