mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
981892470a
The simplest way to test this was to create a new AP, where max_num_sta=1. This only allows a single STA to connect to this AP. We connect a device to this AP, then try and connect with another. This results in hostapd failing with DENIED_NO_MORE_STAS, which will cause a temporary blacklist. We can then disconnect both devices, and reconnect the device that previously got denied. If it connects then we know the blacklist only persisted for that earlier connection.
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
hw_mode=g
|
|
channel=1
|
|
ssid=TestBlacklist
|
|
|
|
wpa=2
|
|
wpa_pairwise=CCMP
|
|
wpa_passphrase=secret123
|
|
|
|
ctrl_interface=/var/run/hostapd
|
|
|
|
rrm_neighbor_report=1
|
|
max_num_sta=1 |