Added a place for example mac80211_hwsim test cases
The tests directory and its subdirectories contain a set of configuration files that can be used to exercise various mac80211, hostapd, and wpa_supplicant features. The test.txt file in each test directory describes the particular test and includes the commands needed to run the test.
This commit is contained in:
parent
271d2830ff
commit
b3f240bc0e
7 changed files with 58 additions and 0 deletions
11
mac80211_hwsim/tests/0001-wpa2-psk/hostapd.conf
Normal file
11
mac80211_hwsim/tests/0001-wpa2-psk/hostapd.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
interface=wlan0
|
||||
driver=nl80211
|
||||
|
||||
hw_mode=g
|
||||
channel=1
|
||||
ssid=mac80211 test
|
||||
|
||||
wpa=2
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
wpa_pairwise=CCMP
|
||||
wpa_passphrase=12345678
|
Loading…
Add table
Add a link
Reference in a new issue