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