Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interface=wlan0
- # nl80211 is the modern kernel<->userspace interface for WLAN
- driver=nl80211
- # Wi-Fi "physical mode standard": IEEE 802.11g
- hw_mode=g
- # We'll offer service on channel 6 (2.4GHz band)
- channel=6
- # WPA 2 authentication
- ssid=SmileECS
- auth_algs=1
- wpa=2
- wpa_passphrase=yayforlinux
- wpa_key_mgmt=WPA-PSK
- wpa_pairwise=TKIP
- rsn_pairwise=CCMP
- # Beacon interval (kibi-us : 1.024 ms)
- beacon_int=100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement