3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-03 01:48:49 +02:00
iwd/autotests/testBSSBlacklist/hw.conf
James Prestwood 981892470a auto-t: test for temporary blacklist
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.
2019-03-01 13:13:19 -06:00

11 lines
150 B
Plaintext

[SETUP]
num_radios=5
tmpfs_extra_stuff=main.conf
max_test_exec_interval_sec=45
start_iwd=0
[HOSTAPD]
rad0=ssid1.conf
rad1=ssid2.conf
rad2=ssid3.conf