Remove obsolete mac80211_hwsim tests

The tests/hwsim framework has obsoleted these separate configuration
files for manual mac80211_hwsim testing.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2015-10-01 12:46:10 +03:00
parent b658547dd5
commit 60bfe7061d
7 changed files with 0 additions and 58 deletions

View file

@ -1,11 +0,0 @@
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

View file

@ -1,7 +0,0 @@
# WPA2-Personal (PSK) with CCMP, AP and single client
modprobe mac80211_hwsim
hostapd hostapd.conf
wpa_supplicant -Dwext -iwlan1 -c wpa_supplicant.conf

View file

@ -1,10 +0,0 @@
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="mac80211 test"
psk="12345678"
key_mgmt=WPA-PSK
proto=WPA2
pairwise=CCMP
group=CCMP
}

View file

@ -1,2 +0,0 @@
02:00:00:00:01:00 1
02:00:00:00:02:00 2

View file

@ -1,12 +0,0 @@
interface=wlan0
driver=nl80211
hw_mode=g
channel=1
ssid=mac80211 test
dynamic_vlan=2
vlan_file=hostapd.vlan
macaddr_acl=0
accept_mac_file=hostapd.accept

View file

@ -1 +0,0 @@
* vlan#

View file

@ -1,15 +0,0 @@
# Plaintext connection, two clients, different VLANs
modprobe mac80211_hwsim radios=3
hostapd hostapd.conf
ifconfig wlan1 up
iwconfig wlan1 essid "mac80211 test"
ifconfig wlan2 up
iwconfig wlan2 essid "mac80211 test"
# Expected results:
# STA1(wlan1) is bound to vlan1
# STA2(wlan2) is bound to vlan2