Changes

Jump to: navigation, search

Wireless Module (DWM)

1,080 bytes added, 09:31, 6 November 2012
Scan to find wireless network
IE: Unknown: DD1E00904C33EE1117FF000000010000000000000000000000000C0000000000
IE: Unknown: DD1A00904C340B070700000000000000000000000000000000000000
</pre>
 
=== Connecting to an encrypted wireless network ===
 
To connect to a secured AP use wpa_supplicant
 
[http://hostap.epitest.fi/wpa_supplicant/ wpa_supplicant]
 
Configure wireless security editing /etc/wpa_supplicant.conf
 
Example:
<pre>
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=0
fast_reauth=1
# Only WPA-PSK is used. Any valid cipher combination is accepted.
network={
ssid="INTELLINET_AP"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="davedavedave"
priority=2
}
</pre>
 
Start with the following options:
<pre>
wpa_supplicant -Dnl80211 -iwlan0 -c/etc/wpa_supplicant.conf -d -P/var/run/wpa_supplicant -B
</pre>
 
Associate to AP
<pre>
iwconfig wlan0 essid INTELLINET_AP
</pre>
 
Log
<pre>
[ 5102.560000] wlan0: authenticate with 00:1f:1f:bd:24:30 (try 1)
[ 5102.560000] wlan0: authenticated
[ 5102.610000] wlan0: associate with 00:1f:1f:bd:24:30 (try 1)
[ 5102.610000] wlan0: RX AssocResp from 00:1f:1f:bd:24:30 (capab=0x411 status=0 aid=1)
[ 5102.620000] wlan0: associated
[ 5103.300000] wl1271: Association completed.
</pre>

Navigation menu