hostapd: Add mechanism to track unconnected stations
authorJouni Malinen <j@w1.fi>
Sat, 5 Sep 2015 14:11:11 +0000 (17:11 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 5 Sep 2015 14:11:11 +0000 (17:11 +0300)
commita65a9b8d677b5b3ed9a77f5fe3a3fa6bc34e5d32
treeee3504b4fc463b37b130881a578351c12934b7c9
parent6ebe816be00702904332744547180bdb27b126f3
hostapd: Add mechanism to track unconnected stations

hostapd can now be configured to track unconnected stations based on
Probe Request frames seen from them. This can be used, e.g., to detect
dualband capable station before they have associated. Such information
could then be used to provide guidance on which colocated BSS to use in
case of a dualband AP that operates concurrently on multiple bands under
the control of a single hostapd process.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
hostapd/ctrl_iface.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/beacon.c
src/ap/beacon.h
src/ap/hostapd.c
src/ap/hostapd.h