ssv6051-wifi.cfg 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ############################################################
  2. # ROCKCHIP RK3X28 & RK322X
  3. # WIFI-CONFIGURATION
  4. ##################################################
  5. ##################################################
  6. # Firmware setting
  7. # Priority.1 insmod parameter "cfgfirmwarepath"
  8. # Priority.2 firmware_path
  9. # Priority.3 default firmware
  10. ##################################################
  11. firmware_path = /lib/firmware/
  12. ############################################################
  13. # MAC address
  14. #
  15. # Priority 1. From wifi.cfg [ hw_mac & hw_mac_2 ]
  16. #
  17. # Priority 2. From e-fuse[ON/OFF switch by wifi.cfg]
  18. #
  19. # Priority 3. From insert module parameter
  20. #
  21. # Priority 4. From external file path
  22. # path only support some special charater "_" ":" "/" "." "-"
  23. #
  24. # Priority 5. Default[Software mode]
  25. #
  26. # 0. => 00:33:33:33:33:33
  27. # 1. => Always random
  28. # 2. => First random and write to file[Default path mac_output_path]
  29. #
  30. ############################################################
  31. ignore_efuse_mac = 0
  32. #mac_address_path = /xxxx/xxxx
  33. mac_address_mode = 2
  34. mac_output_path = /data/wifimac
  35. ##################################################
  36. # Hardware setting
  37. #
  38. #volt regulator(DCDC-0 LDO-1)
  39. #
  40. ##################################################
  41. xtal_clock = 24
  42. volt_regulator = 1
  43. ##################################################
  44. # Default channel after wifi on
  45. # value range: [1 ~ 14]
  46. ##################################################
  47. def_chan = 6
  48. ##################################################
  49. # Hardware Capability Settings:
  50. ##################################################
  51. hw_cap_ht = on
  52. hw_cap_gf = off
  53. hw_cap_2ghz = on
  54. hw_cap_5ghz = off
  55. hw_cap_security = on
  56. hw_cap_sgi_20 = on
  57. hw_cap_sgi_40 = off
  58. hw_cap_ap = on
  59. hw_cap_p2p = off # Disable p2p interface
  60. hw_cap_ampdu_rx = on
  61. hw_cap_ampdu_tx = on
  62. use_wpa2_only = 1
  63. ##################################################
  64. # TX power level setting [0-14]
  65. # The larger the number the smaller the TX power
  66. # 0 - The maximum power
  67. # 1 level = -0.5db
  68. #
  69. # 6051Z .. 4 or 4
  70. # 6051Q .. 2 or 5
  71. # 6051P .. 0 or 0
  72. #
  73. ##################################################
  74. #wifi_tx_gain_level_b = 2
  75. #wifi_tx_gain_level_gn = 5
  76. ################################################
  77. # Signal strength control
  78. # rssi control
  79. #rssi_ctl = 10
  80. ##################################################
  81. # Import extenal configuration(UP to 64 groups)
  82. # example:
  83. # register = CE010010:91919191
  84. # register = 00CC0010:00091919
  85. ##################################################