example hostapd config
This commit is contained in:
parent
0f8a72e3dc
commit
8e7643bcf9
1 changed files with 19 additions and 0 deletions
19
config/hostapd.conf
Normal file
19
config/hostapd.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
ssid=CUBIE
|
||||
interface=wlan0
|
||||
hw_mode=g
|
||||
channel=1
|
||||
bridge=br0
|
||||
|
||||
logger_syslog=0
|
||||
logger_syslog_level=0
|
||||
|
||||
wmm_enabled=0
|
||||
wpa=2
|
||||
preamble=1
|
||||
wpa_psk=66eb31d2b48d19ba216f2e50c6831ee11be98e2fa3a8075e30b866f4a5ccda27
|
||||
wpa_passphrase=12345678
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
wpa_pairwise=TKIP
|
||||
rsn_pairwise=CCMP
|
||||
auth_algs=1
|
||||
macaddr_acl=0
|
Loading…
Add table
Reference in a new issue