blob: e720ad29f641398fb479e09ea9f945308c0210c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# beerocks derives radio and VAP identifiers from wlan<N> interface names,
# so the fronthaul BSS netdevs must be named wlan<N> (wireless section
# 'option ifname'). Adjust the interface lists below to the actual names.
config prplmesh 'config'
option enabled '0'
option management_mode 'Multi-AP-Controller-and-Agent'
option enable '1'
option onboarding '0'
option master '1'
option gateway '1'
option passive_mode '0'
option wired_backhaul '1'
option operational '0'
option ssid ''
option mode_enabled 'WPA2-Personal'
option key_passphrase ''
option mem_only_psk '0'
option certification_mode '0'
option stop_on_failure_attempts '0'
option backhaul_wire_iface 'br-lan'
option backhaul_band 'auto'
option mandatory_interfaces 'wlan0,wlan1'
option band_steering '1'
option client_11k_roaming '1'
option client_roaming '1'
option load_balancing '0'
option dfs_reentry '1'
option roaming_hysteresis_percent_bonus '10'
option steering_disassoc_timer_msec '200'
option link_metrics_request_interval_sec '60'
option clients_measurement_mode '1'
option radio_stats_enable '1'
option diagnostics_measurements '0'
option unsuccessful_assoc_report_policy '1'
option unsuccessful_assoc_max_reporting_rate '30'
option ire_roaming '1'
option exclude_hostap_iface '0'
option use_explicit_bss_profiles '1'
config wifi-device 'radio0'
option hostap_iface 'wlan0'
option wireless_section 'default_radio0'
option wireless_device 'radio0'
option hostap_iface_steer_vaps 'wlan0'
option dcs_enable '0'
config wifi-device 'radio1'
option hostap_iface 'wlan1'
option wireless_section 'default_radio1'
option wireless_device 'radio1'
option hostap_iface_steer_vaps 'wlan1'
option dcs_enable '0'
config bss_profile 'main_24_5'
option ssid ''
option key ''
option encryption 'sae-mixed'
option bands '2g 5g'
option fronthaul '1'
option backhaul '0'
config bss_profile 'main_6'
option ssid ''
option key ''
option encryption 'sae'
option bands '6g'
option fronthaul '1'
option backhaul '0'
|