27 lines
588 B
Plaintext
27 lines
588 B
Plaintext
|
A
|
# hostapd configuration for eSIM provisioning WiFi AP
|
||
|
|
# Install: cp configs/hostapd.conf /etc/hostapd/hostapd.conf
|
||
|
|
# Also set: DAEMON_CONF="/etc/hostapd/hostapd.conf" in /etc/default/hostapd
|
||
|
|
|
||
|
|
interface=wlan0
|
||
|
|
driver=nl80211
|
||
|
|
|
||
|
|
# Network identity
|
||
|
|
ssid=Emergency-5G
|
||
|
|
utf8_ssid=1
|
||
|
|
|
||
|
|
# Radio — 2.4 GHz 802.11n, channel 6
|
||
|
|
hw_mode=g
|
||
|
|
channel=6
|
||
|
|
ieee80211n=1
|
||
|
|
wmm_enabled=1
|
||
|
|
|
||
|
|
# Open network (no password) — intentional for emergency/NTN access
|
||
|
|
auth_algs=1
|
||
|
|
ignore_broadcast_ssid=0
|
||
|
|
|
||
|
|
# Adjust to the deployment country for regulatory compliance
|
||
|
|
country_code=CA
|
||
|
|
|
||
|
|
# Limit concurrent clients
|
||
|
|
max_num_sta=50
|