- deploy.conf templates interface names/USB IDs (@TOKEN@ substitution) across ap/* configs so a dongle swap only needs deploy.conf edited, not the repo configs themselves; drops ap/rtw88.conf (old 2.4GHz dongle retired for the DWA-171, which needs no such power-save override). - failover/van-wlan-watchdog: recovers wlan0 from NM's post-boot no-secrets wedge (a boot-time supplicant race, not a real credential failure). - deploy.sh: warn() collects dependency/config warnings (missing python3-gps, python3-paho-mqtt, mobile-broadband-provider-info, grpcurl, gpsd; netplan drift; unedited example configs) into /var/lib/vanlink/deploy-warnings.json, rendered as an amber Cockpit card so they're visible without reading deploy output. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
32 lines
980 B
Plaintext
32 lines
980 B
Plaintext
interface=@WIFI_5G_IFACE@
|
|
# Put the AP into br0 so Wi-Fi and the wired LAN port share one 10.42.0.0/24 segment.
|
|
# hostapd adds the wlan to the bridge after setting AP mode; the bridge itself + its
|
|
# wired member + the gateway IP are defined under /etc/systemd/network (2x-van-br0/lan).
|
|
bridge=br0
|
|
# Control socket so van-ap-watchdog (and hostapd_cli) can read the AP's real state
|
|
# (state=ENABLED means it's actually beaconing) — used to detect a wedged radio that
|
|
# stays "running" but stops serving after a USB glitch.
|
|
ctrl_interface=/var/run/hostapd
|
|
driver=nl80211
|
|
ssid=VanLink
|
|
country_code=CA
|
|
ieee80211d=1
|
|
ieee80211h=0
|
|
hw_mode=a
|
|
channel=149
|
|
wmm_enabled=1
|
|
ieee80211n=1
|
|
ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40]
|
|
ieee80211ac=1
|
|
vht_oper_chwidth=1
|
|
vht_oper_centr_freq_seg0_idx=155
|
|
vht_capab=[RXLDPC][SHORT-GI-80][SU-BEAMFORMEE]
|
|
ieee80211ax=1
|
|
he_oper_chwidth=1
|
|
he_oper_centr_freq_seg0_idx=155
|
|
auth_algs=1
|
|
wpa=2
|
|
wpa_passphrase=1foot11foot11
|
|
wpa_key_mgmt=WPA-PSK
|
|
rsn_pairwise=CCMP
|