Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. config wifi-device 'radio0'
  2. option type 'mac80211'
  3. option channel '36'
  4. option hwmode '11a'
  5. option path 'platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001:1'
  6. option htmode 'VHT40'
  7. option noscan '1'
  8. option country 'US'
  9. option cell_density '0'
  10.  
  11. config wifi-iface 'default_radio0'
  12. option device 'radio0'
  13. option network 'lan'
  14. option mode 'ap'
  15. option key 'somerandomhardtoguesspassword'
  16. option ssid 'ap101'
  17. option encryption 'none'
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement