1. rrm-profile中
rrm-profile name 2G //2G algorithm switch
calibrate auto-txpowerl-select disable
smart-roam enable // When detecting that the SNR or access rate of a STA is lower than the specified threshold, the AP sends a Disassociation packet to the STA to force the STA offline so that the STA can reconnect to the WLAN.
smart-roam quick-kickoff-threshold snr 25 // sets the smart roaming threshold for quickly disconnecting STAs., RSSI 33-105
band-steer start 100
rrm-profile name 5G //5G algorithm switch
calibrate auto-txpowerl-select disable
smart-roam enable
smart-roam quick-kickoff-threshold snr 25
band-steer start 100
2. regulatory-domain-profile name ADRIDO //Manually optimized configuration
dca-channel 2.4g channel-set 1,5,9,13 //2.4g channel selection range
// n some projects, the terminal is relatively new and the bandwidth requirement is high. 5G can use ht40 (release low frequency band)
2.5 // Set AP fixed power according to AP spacing. The AP spacing of this project in India is 12-15 meters. It is recommended to configure as follows.
ap-group
radio 0
eirp 16
radio 1
eirp 22
3. calibrate enable manual // Manually optimized configuration
calibrate policy rogue-ap
calibrate policy non-wifi
calibrate manual startup
4. ssid-profile
beacon-2g-rate 5.5 // Increase the rate of beacon frames and reduce the air interface overhead.
5. vap-profile
anti-attack broadcast-flood sta-rate-threshold 5 // Control the sending rate of the broadcast packets of the uplink of the terminal
6. radio-2g-profile //2G radio frequency template radio-2g-profile name 2G
dot11bg basic-rate 6 9 12 18 24 36 48 54 // Exclude 11b terminals, 11b is an inefficient terminal, remove the air interface efficiency
beacon-interval 160 // Reduce the frequency of beacon transmission and reduce the air interface overhead.
guard-interval-mode short // Indoor scene protection interval is configured as short
dot11bg supported-rate 6 9 12 18 24 36 48 54 // Exclude the terminal of 11b
multicast-rate 24 // Increase the multicast rate and reduce the air interface overhead.
rts-cts-threshold 1400 // Turn on RTS to prevent hidden node problems
rts-cts-mode rts-cts // Turn on RTS to prevent hidden node problems
rrm-profile 2G
7. radio-5g-profile //5G radio frequency template
radio-5g-profile name 5G
beacon-interval 160
guard-interval-mode short
multicast-rate 24
rts-cts-threshold 1400 // Turn on RTS to prevent hidden node problems
rts-cts-mode rts-cts // Turn on RTS to prevent hidden node problems
rrm-profile 5G



