Skip to content

Instantly share code, notes, and snippets.

@odevodyssey
Last active September 30, 2022 12:58
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 odevodyssey/bd16cd8eb4707ef14c4d59d6fb15a406 to your computer and use it in GitHub Desktop.
Save odevodyssey/bd16cd8eb4707ef14c4d59d6fb15a406 to your computer and use it in GitHub Desktop.
Wireless Config OpenWrt Raspberry Pi
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option country 'US'
option htmode 'VHT40'
option hwmode '11a'
option channel 'auto'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option encryption 'psk2'
option key 'Str0ngWiF1P4sswOrd'
option ssid 'Raspberry Pi'
option mode 'ap'
@egzakutacno
Copy link

egzakutacno commented Sep 29, 2022 via email

@odevodyssey
Copy link
Author

Hi @egzakutacno, Yes i did review those screenshots. You can see my reply in the OpenWrt thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment