]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd_cli.c
hostapd: Add a configuration to set an AP as stationary
authorDavid Spinadel <david.spinadel@intel.com>
Thu, 27 Oct 2016 12:18:25 +0000 (15:18 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Oct 2016 16:16:47 +0000 (19:16 +0300)
commit451a27b1ada178543d5822c209c6c154d08613f5
treee5e1ca8bc04850df0a751f160be9e64544e8ba08
parent5cb59370d5795ecb4f13a5e3d429a9ba3d7732b2
hostapd: Add a configuration to set an AP as stationary

Add a configuration option in hostapd.conf and in neighbor report that
sets an AP as stationary. To enable this option on the current AP set
the config option stationary_ap to 1. To set a neighbor entry to be
marked as stationary add the word stat to the SET_NEIGHBOR command. This
option tells hostapd to send LCI data even if it is older than requested
by max age subelement in RRM request.

Signed-off-by: David Spinadel <david.spinadel@intel.com>
hostapd/config_file.c
hostapd/ctrl_iface.c
hostapd/hostapd.conf
hostapd/hostapd_cli.c
src/ap/ap_config.h
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/neighbor_db.c
src/ap/neighbor_db.h
src/ap/rrm.c