diff options
| author | seth <[email protected]> | 2024-02-04 16:40:38 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-04 16:41:47 -0500 |
| commit | 5f848623dff7cbcd21911032e5fd4c77bcf7d413 (patch) | |
| tree | 7462ae7abec5beee71443702b330e3eeca1a407f /ext/openwrt/turret/files/etc/config/wireless | |
| parent | 371235663a4e8d783dfc4294bb0b10cd3206c9c6 (diff) | |
tree-wide: better separate/name some things
Diffstat (limited to 'ext/openwrt/turret/files/etc/config/wireless')
| -rw-r--r-- | ext/openwrt/turret/files/etc/config/wireless | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ext/openwrt/turret/files/etc/config/wireless b/ext/openwrt/turret/files/etc/config/wireless new file mode 100644 index 0000000..115fc2c --- /dev/null +++ b/ext/openwrt/turret/files/etc/config/wireless @@ -0,0 +1,34 @@ + +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 disabled '0' + option cell_density '0' + option htmode 'HT20' + option channel 'auto' + +config wifi-iface 'default_radio0' + option device 'radio0' + option mode 'ap' + option ssid 'Box-2.4G' + option encryption 'psk2' + option key 'REPLACEME' + option network 'lan wan' + +config wifi-device 'radio1' + option type 'mac80211' + option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0' + option band '5g' + option disabled '0' + option cell_density '0' + option htmode 'VHT80' + option channel 'auto' + +config wifi-iface 'default_radio1' + option device 'radio1' + option mode 'ap' + option ssid 'Box-5G' + option key 'REPLACEME' + option encryption 'psk2' + option network 'lan wan' |
