Advertisement
Cookiekiller

/etc/config/wireless

Nov 22nd, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. config wifi-device 'radio0'
  2. option type 'mac80211'
  3. option hwmode '11a'
  4. option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
  5. option htmode 'VHT80'
  6. option beacon_int '100'
  7. option cell_density '2'
  8. option country 'DE'
  9. option channel '120'
  10.  
  11. config wifi-device 'radio1'
  12. option type 'mac80211'
  13. option hwmode '11g'
  14. option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
  15. option htmode 'HT40'
  16. option beacon_int '100'
  17. option country 'DE'
  18. option cell_density '2'
  19. option channel '11'
  20.  
  21. config wifi-iface 'wifinet1'
  22. option device 'radio1'
  23. option mode 'ap'
  24. option ssid 'DWinfdWc'
  25. option encryption 'psk2+ccmp'
  26. option key 'xxxxxxxx'
  27. option network 'WIFI_NOINET'
  28.  
  29. config wifi-iface 'wifinet2'
  30. option device 'radio1'
  31. option mode 'ap'
  32. option ssid 'DWifuAG'
  33. option encryption 'psk2+ccmp'
  34. option key 'xxxxxxxx'
  35. option network 'AMAZON'
  36.  
  37. config wifi-iface 'wifinet3'
  38. option device 'radio1'
  39. option mode 'ap'
  40. option ssid 'Wfi-FP-Intern'
  41. option encryption 'psk2+ccmp'
  42. option key 'xxxxxxxx'
  43. option network 'WIFI_INTERN'
  44.  
  45. config wifi-iface 'wifinet4'
  46. option device 'radio0'
  47. option mode 'ap'
  48. option ssid 'Wifi-FP-Intern-Fast'
  49. option encryption 'psk2+ccmp'
  50. option key 'xxxxxxxx'
  51. option network 'WIFI_INTERN'
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement