Files
openwrt/config/wireless
Dan Head 2f4fa3eebb chore: initial repo setup with baseline config backup
- Pull current config from router (OpenWRT 24.10.2)
- Add backup, safe-apply, and push-all scripts
- Add CLAUDE.md with workflow rules and context
- Add network-map.md with current topology and planned VLANs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 23:13:31 +01:00

58 lines
1.3 KiB
Plaintext

config wifi-device 'radio0'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
option band '2g'
option channel 'auto'
option htmode 'HE20'
option country 'GB'
option cell_density '0'
option disabled '0'
config wifi-device 'radio1'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
option band '5g'
option channel 'auto'
option htmode 'HE80'
option country 'GB'
option cell_density '0'
option disabled '0'
config wifi-iface 'wifinet0'
option device 'radio0'
option mode 'ap'
option ssid 'Moonshield'
option encryption 'sae-mixed'
option key 'lun4rstr41n'
option ocv '0'
option wpa_disable_eapol_key_retries '1'
option network 'lan'
config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'ap'
option ssid 'Moonshield'
option encryption 'sae-mixed'
option key 'lun4rstr41n'
option ocv '0'
option wpa_disable_eapol_key_retries '1'
option network 'lan'
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'Stow on the Wireless'
option encryption 'psk2'
option key 'BanburyCross81'
option network 'guest'
config wifi-iface 'wifinet3'
option device 'radio1'
option mode 'ap'
option ssid 'Stow on the Wireless'
option encryption 'psk2'
option key 'BanburyCross81'
option network 'guest'