Advertisement
Guest User

OpenWRT/Lede Wireless config for 802.11r Fast Roaming

a guest
Sep 4th, 2016
8,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. config wifi-device 'radio0'
  2. option type 'mac80211'
  3. option path 'platform/ar933x_wmac'
  4. option htmode 'HT20'
  5. option hwmode '11g'
  6. option txpower '18'
  7. option channel '1'
  8.  
  9. config wifi-iface
  10. option device 'radio0'
  11. option mode 'ap'
  12. option ssid 'LEDE'
  13. option network 'lan'
  14. option encryption 'psk2'
  15. option key '12345678'
  16.  
  17. option auth_cache '1'
  18. option disassoc_low_ack '1'
  19. option rsn_preauth '1'
  20.  
  21. option ieee80211r '1'
  22. option pmk_r1_push '1'
  23. option mobility_domain 'e612'
  24. option nasid '112233445502'
  25. option r1_key_holder '112233445502'
  26. list r0kh "11:22:33:44:55:00,112233445500,8a7fcc966ed0691ff2809e1f38c16996"
  27. list r0kh "11:22:33:44:55:01,112233445501,8a7fcc966ed0691ff2809e1f38c16996"
  28. list r0kh "11:22:33:44:55:02,112233445502,8a7fcc966ed0691ff2809e1f38c16996"
  29. list r1kh "11:22:33:44:55:00,11:22:33:44:55:00,8a7fcc966ed0691ff2809e1f38c16996"
  30. list r1kh "11:22:33:44:55:01,11:22:33:44:55:01,8a7fcc966ed0691ff2809e1f38c16996"
  31. list r1kh "11:22:33:44:55:02,11:22:33:44:55:02,8a7fcc966ed0691ff2809e1f38c16996"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement