This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
iwd
Watch
3
Star
0
Fork
0
You've already forked iwd
mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced
2024-11-04 11:09:23 +01:00
Code
Releases
Activity
d11974c717
iwd
/
autotests
/
testBSSBlacklist
/
hw.conf
9 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
auto-t: Add test for BSS blacklisting
2019-01-29 21:36:13 +01:00
[SETUP]
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 19:55:05 +01:00
num_radios=5
auto-t: Add test for BSS blacklisting
2019-01-29 21:36:13 +01:00
start_iwd=0
[HOSTAPD]
rad0=ssid1.conf
rad1=ssid2.conf
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 19:55:05 +01:00
rad2=ssid3.conf
Copy Permalink