raspap-webgui/config/hostapd.conf

26 lines
576 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
2021-09-30 12:04:57 +02:00
ssid=isobox
2016-10-23 17:39:33 +02:00
channel=1
hw_mode=g
2021-09-30 12:04:57 +02:00
wpa_passphrase=isobox-password
interface=uap0
2019-12-26 07:15:04 +01:00
wpa=2
wpa_pairwise=CCMP
2021-09-30 12:04:57 +02:00
country_code=IT
ignore_broadcast_ssid=0
## 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