-
Notifications
You must be signed in to change notification settings - Fork 183
Testing
Oleksij Rempel edited this page Aug 22, 2014
·
1 revision
He we collect testcases for this driver or firmware.
From Csaba Kiralys mail:
Here it comes. I try to give a detailed description, although I suppose you don't need most of it I have used two laptops, two TP-Link TL-WN722N USB devices, and a Linksys WAP54g AP.
service network-manager stop killall wpa_supplicant killall dhclient rm -rf /run/wpa_supplicant
hostap/wpa_supplicant/wpa_supplicant -D nl80211 -i wlan2 -c wpa_supplicant_wap54g_WPA2.conf
ifconfig wlan2 $IP1 ifconfig wlan2 $IP2
ping $IP2
ping $IPAP
arp -n
hostap/wpa_supplicant/wpa_cli -i wlan2
tdls_setup
ls /sys/kernel/debug/ieee80211/phy1/netdev:wlan2/stations
ping -f $IP2
- APs could interfere in various ways with the test. Some models could set the TDLS prohibit flag. Others (like my Huawei E587) could work at the beginning but deauthenticate the nodes after 20-30 seconds.
- I didn't check 802.11n
- I have used the stock 3.16.0 kernel as the base, since wireless-testing with tag master-2014-08-11 gave kernel panic during wlan scan, even without my patch (but this is for another mail)
- use wpa_passphrase to generate the wpa_supplicant WPA2 config file
Csaba