blob: 9bbe45c07ba059a5460c58979b8363e5c79332c7 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001
2config wifi-device AP0_2G
3 option phy phy0
4 option type mac80211
5 option channel 0
6 option hwmode 11ng
7 list supported_rates '1000'
8 list supported_rates '2000'
9 list supported_rates '5500'
10 list supported_rates '11000'
11 list supported_rates '6000'
12 list supported_rates '9000'
13 list supported_rates '12000'
14 list supported_rates '18000'
15 list supported_rates '2400'
16 list supported_rates '36000'
17 list supported_rates '48000'
18 list supported_rates '54000'
19 list basic_rate '1000'
20 list basic_rate '2000'
21 list basic_rate '5500'
22 list basic_rate '11000'
23 option country US
24 option path virtual/RTKWiFi0/RTKWiFi0
25 option htmode HT20
26 option disabled 0
27 option unsupport_multi_ssid 1
28 option serialize 1
29
30config wifi-iface AP0_2G_if
31 option device AP0_2G
32 option network lan
33 option ifname wlan0
34 option mode ap
35 option ssid ASR-OWRT
36 option encryption psk2
37 option key 12345678
38 option hidden 0
39 option isolate 0
40 option macfilter disable
41 option wps_pushbutton 1
42 option wpa_group_rekey 600
43
44config wifi-device STA0_2G
45 option type mac80211
46 option hwmode 11ng
47 option path virtual/RTKWiFi0/RTKWiFi0
48 option disabled 1
49 option serialize 1
50
51config wifi-iface STA0_2G_if
52 option device STA0_2G
53 option network wlan
54 option ifname wlan0-vxd
55 option mode sta
56 option ssid asr-guest
57 option encryption psk2
58 option key asr123456
59
60config wifi-settings AP0
61 option auto_off_enable 0
62 option auto_off_timeout 600