[PATCH 00/12] Add support for Radio Resource Management (RRM)
Ilan Peer
ilan.peer
Wed Nov 5 00:42:44 PST 2014
The patch set adds support for Radio Resource Management (RRM), as
defined in 802.11k. This includes:
1. Reading driver capabilities.
2. Adding appropriate handling in association request/response.
3. Support for neighbour report request.
4. Support for link measurement request.
Andrei Otcheretianski (2):
nl80211: Register link measurement request action frame
wpa_supplicant: Handle link measurement requests
Assaf Krauss (10):
driver: Add RRM-related definitions to driver
nl80211: Populate RRM flags in nl80211 driver
wpa_supplicant: Store driver's RRM capabilities
sme: Add RRM support to assoc. request
nl80211: Register Neighbor Report Response Action Frame
wpa_supplicant: Add support for Neighbor Report
wpa_supplicant: Add NEIGHBOR_REP_REQUEST command to the control
interface
wpa_cli: Add neighbor_rep_request command
wpa_supplicant: Add an option to specify SSID in neighbor report
requests
wpa_cli: Add optional ssid to neighbor report request
src/common/ieee802_11_defs.h | 39 ++++++
src/common/wpa_ctrl.h | 3 +
src/drivers/driver.h | 25 ++++
src/drivers/driver_nl80211.c | 18 +++
src/drivers/driver_nl80211_capa.c | 12 ++
wpa_supplicant/ctrl_iface.c | 42 +++++++
wpa_supplicant/events.c | 22 +++-
wpa_supplicant/sme.c | 54 ++++++++
wpa_supplicant/wpa_cli.c | 11 ++
wpa_supplicant/wpa_supplicant.c | 255 ++++++++++++++++++++++++++++++++++++++
wpa_supplicant/wpa_supplicant_i.h | 41 ++++++
11 files changed, 520 insertions(+), 2 deletions(-)
--
1.8.3.2
More information about the Hostap
mailing list