raspap-webgui/config/hostapd.conf

25 lines
552 B
Plaintext
Raw Normal View History

2016-10-23 17:39:33 +02:00
driver=nl80211
ctrl_interface=/var/run/hostapd
2016-10-23 17:39:33 +02:00
ctrl_interface_group=0
beacon_int=100
auth_algs=1
wpa_key_mgmt=WPA-PSK
2022-04-10 20:09:23 +02:00
ssid=raspi-webgui
2016-10-23 17:39:33 +02:00
channel=1
hw_mode=g
2022-04-10 20:09:23 +02:00
wpa_passphrase=ChangeMe
interface=wlan0
2019-12-26 07:15:04 +01:00
wpa=2
wpa_pairwise=CCMP
2022-06-23 00:19:31 +02:00
country_code=GB
## Rapberry Pi 3 specific to on board WLAN/WiFi
#ieee80211n=1 # 802.11n support (Raspberry Pi 3)
#wmm_enabled=1 # QoS support (Raspberry Pi 3)
#ht_capab=[HT40][SHORT-GI-20][DSSS_CCK-40] # (Raspberry Pi 3)
## RaspAP wireless client AP mode
2019-12-26 07:15:04 +01:00
#interface=uap0
2020-03-08 18:16:05 +01:00
## RaspAP bridge AP mode (disabled by default)
#bridge=br0