]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Make NL80211_MESHCONF_RSSI_THRESHOLD configurable
authorMasashi Honma <masashi.honma@gmail.com>
Mon, 3 Apr 2017 22:28:35 +0000 (07:28 +0900)
committerJouni Malinen <j@w1.fi>
Mon, 8 May 2017 13:23:02 +0000 (16:23 +0300)
commit31a856a127706c5047038ab0c7c5a07054432ebf
tree59a371e8c2866f675c9ec42f801c3568142311d6
parent481fecefec25cea2fdbd95de6f697290c21d47d8
mesh: Make NL80211_MESHCONF_RSSI_THRESHOLD configurable

In some practical cases, it is useful to suppress joining to node in the
distance. The new field mesh_rssi_threshold could be used as RSSI
threshold for joining.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/mesh.c
wpa_supplicant/wpa_cli.c