Wlan
Aus LaborWiki
Hardware:
- 2x RB411 Board
- CPU ar7130 300Mhz, 200 bogomips
- RAM 32MiB
- NAND 64MiB
- LAN 100-Tx RJ-45
- WLAN AR5416 (Baseband/MACs) + AR5133 (Radio, 3 Tx, 3 Rx, dual-band 2.4/5GHz) mini-pci abgn Karte
- 10-28V (Plus ist innen)
- POE non standart (4,5 +, 7,8 -)
Software:
- ath9k treiber
- openwrt
- linux 3.2.9
Config Beispiel:
/etc/config/wireless
config wifi-device radio0
option type mac80211
option channel 10
option country DE
option macaddr 00:19:e3:fa:55:09
option hwmode 11ng
option htmode HT20
config wifi-iface
option device radio0
option ieee80211d 1
option network lsec
option rsn_preauth 1
option mode ap
option ssid l1
option encryption psk2
option key 'blafoo234711sicher'
[Bearbeiten] Client Config
wpa_supplicant
network={
ssid="l1"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk="blafoo234711sicher"
}