Hostapd working example config
This commit is contained in:
parent
2cc8c33de6
commit
9e856d55bc
12
conf/etc/hostapd.conf
Normal file
12
conf/etc/hostapd.conf
Normal file
@ -0,0 +1,12 @@
|
||||
interface=wlan0
|
||||
hw_mode=g
|
||||
channel=1
|
||||
wmm_enabled=1
|
||||
|
||||
ssid=Challenge-A2D0
|
||||
auth_algs=1
|
||||
wpa=2
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
rsn_pairwise=CCMP
|
||||
wpa_passphrase=somepassword
|
||||
ht_capab=[LDPC][HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935][DSSS_CCK-40]
|
Loading…
Reference in New Issue
Block a user