]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow removing neighbor DB entries by BSSID alone
authorBen Greear <greearb@candelatech.com>
Mon, 18 Mar 2019 20:46:34 +0000 (13:46 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 26 Dec 2019 09:01:37 +0000 (11:01 +0200)
commit70755e65872eeaea3ac80e4f69597984f295f1fa
tree4078c1efc342f47d94e1493e7d766c0daab18677
parentbf3ab50f4f08426cbf97d14a3571452246240b08
Allow removing neighbor DB entries by BSSID alone

Let users delete a neighbor by BSSID alone if they prefer. The
underlying code already properly handled a NULL SSID, so just relax the
control interface command calling restrictions.

Signed-off-by: Ben Greear <greearb@candelatech.com>
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c