Skip to content

Instantly share code, notes, and snippets.

@cjberg

cjberg/wireless Secret

Created July 3, 2017 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjberg/0e0f8b6bfc4e6aef8f47ebbfa957ccc2 to your computer and use it in GitHub Desktop.
Save cjberg/0e0f8b6bfc4e6aef8f47ebbfa957ccc2 to your computer and use it in GitHub Desktop.
LEDE Wireless Config
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'soc/1b500000.pci/pci0000:00/0000:00:00.0/0000:01:00.0'
option htmode 'VHT80'
option channel 'auto'
option country 'SE'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Testing50'
option encryption 'psk2+ccmp'
option key 'secret key'
option ieee80211w '1'
option wps_pushbutton '0'
config wifi-device 'radio1'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'soc/1b700000.pci/pci0001:00/0001:00:00.0/0001:01:00.0'
option htmode 'HT20'
option country 'SE'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Testing24'
option encryption 'psk2+ccmp'
option key 'secret key'
option ieee80211w '1'
option wps_pushbutton '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment