mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Default hostapd configuration
This commit is contained in:
14
config/hostapd.conf
Normal file
14
config/hostapd.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
driver=nl80211
|
||||
ctrl_interface=/etc/wpa_supplicant/wpa_supplicant.conf
|
||||
ctrl_interface_group=0
|
||||
beacon_int=100
|
||||
auth_algs=1
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
ssid=raspi-webgui
|
||||
channel=1
|
||||
hw_mode=g
|
||||
wpa_passphrase=ChangeMe
|
||||
interface=wlan0
|
||||
wpa=WPA2
|
||||
wpa_pairwise=TKIP+CCMP
|
||||
country_code=
|
Reference in New Issue
Block a user