lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | #detail please reference config_file_README.txt
|
| 2 | wlan_fifo0 ="/etc_rw/wifi/realtek/wscd-wlan0.fifo"
|
| 3 | wlan_fifo1 ="/etc_rw/wifi/realtek/wscd-wlan1.fifo"
|
| 4 |
|
| 5 | SSID_prefix = "Reaktek_AP_"
|
| 6 |
|
| 7 | use_ie = 1
|
| 8 |
|
| 9 | # AUTH_OPEN=1, AUTH_WPAPSK=2, AUTH_SHARED=4, AUTH_WPA=8, AUTH_WPA2=0x10, AUTH_WPA2PSK=0x20
|
| 10 | auth_type_flags = 39
|
| 11 |
|
| 12 | # ENCRYPT_NONE=1, ENCRYPT_WEP=2, ENCRYPT_TKIP=4, ENCRYPT_AES=8
|
| 13 | encrypt_type_flags = 15
|
| 14 |
|
| 15 | uuid = 63041253101920061228aabbccddeeff
|
| 16 | device_name = "RTK_AP"
|
| 17 | manufacturer = "Realtek"
|
| 18 | manufacturerURL = "http://www.realtek.com/"
|
| 19 | modelURL = "http://www.realtek.com/"
|
| 20 | model_name = "RTL8xxx"
|
| 21 | model_num = "EV-2010-09-20"
|
| 22 | serial_num = "123456789012347"
|
| 23 | modelDescription = "WLAN Access Point"
|
| 24 | device_attrib_id = 1
|
| 25 | device_oui = 0050f204
|
| 26 | device_category_id = 6
|
| 27 | device_sub_category_id = 1
|
| 28 |
|
| 29 | # PASS_ID_DEFAULT=0, PASS_ID_USER=1, PASS_ID_MACHINE=2, PASS_ID_REKEY=3,
|
| 30 | # PASS_ID_PB=4, PASS_ID_REG=5, PASS_ID_RESERVED=6
|
| 31 | device_password_id = 0
|
| 32 |
|
| 33 | tx_timeout = 5
|
| 34 | resent_limit = 2
|
| 35 | reg_timeout = 120
|
| 36 | block_timeout = 60
|
| 37 |
|
| 38 | WPS_START_LED_GPIO_number = 2
|
| 39 | WPS_END_LED_unconfig_GPIO_number = 0
|
| 40 | WPS_END_LED_config_GPIO_number = 0
|
| 41 | WPS_PBC_overlapping_GPIO_number = 1
|
| 42 | PBC_overlapping_LED_time_out = 30
|
| 43 |
|
| 44 |
|
| 45 | No_ifname_for_flash_set = 0
|
| 46 |
|
| 47 | #disable_disconnect = 1
|
| 48 | #disable_auto_gen_ssid = 1
|
| 49 | #manual_key_type = 2
|
| 50 | #manual_key = 1234567890
|
| 51 | #random_key_len = 64
|
| 52 | #PSK_LEN = 64
|
| 53 |
|
| 54 | disable_hidden_ap = 1
|
| 55 |
|
| 56 | #SSID_prefix = "RTKAP_"
|
| 57 |
|
| 58 | button_hold_time = 1
|
| 59 |
|
| 60 | # for WPS2;if wps1.0 don't define
|
| 61 | # 0x2008|0x480|0x680(CONFIG_METHOD_VIRTUAL_PIN | CONFIG_METHOD_PHYSICAL_PBC | CONFIG_METHOD_VIRTUAL_PBC )
|
| 62 |
|
| 63 | config_method = 9864
|
| 64 | #if AP mode config by EAP-base ER or auto-generate
|
| 65 | #but want not apply to both band then preset the paramater to 1
|
| 66 | #ProfileDontBothApply = 1
|
| 67 |
|
| 68 | # value=2:deny whatever config or unconfig state.
|
| 69 | # value=1:deny under configured state, allow when unconfig state.
|
| 70 | #disable_configured_by_exReg = 1
|
| 71 |
|
| 72 | #when PIN failed number >= MaxPinFailThresHold AP will indefinitely auto-lock-down
|
| 73 | #until user intervenes to unlock ; vaild value 1~10
|
| 74 | #MaxPinFailThresHold = 10
|
| 75 |
|