Add Pi Zero headless serial bridge with AP portal and daily RTC-based logs
This commit is contained in:
16
config/hostapd.conf
Normal file
16
config/hostapd.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
interface=wlan0
|
||||
driver=nl80211
|
||||
ssid=serial
|
||||
hw_mode=g
|
||||
channel=6
|
||||
ieee80211n=1
|
||||
wmm_enabled=0
|
||||
macaddr_acl=0
|
||||
auth_algs=1
|
||||
ignore_broadcast_ssid=0
|
||||
wpa=2
|
||||
wpa_passphrase=serialserial
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
wpa_pairwise=CCMP
|
||||
rsn_pairwise=CCMP
|
||||
country_code=US
|
||||
Reference in New Issue
Block a user