Chapter 6 Deploying Wireless Networks for FortiOS 5.0 : Wireless network examples : A more complex example : Configuring the custom AP profile
  
Configuring the custom AP profile
The custom AP Profile defines the radio settings for the networks. The profile provides access to both Radio 1 (2.4GHz) and Radio 2 (5GHz) for the employee virtual AP, but provides access only to Radio 1 for the guest virtual AP.
To configure the AP Profile - web-based manager
1. Go to WiFi Controller > Managed Access Points > Custom AP Profile and select Create New.
2. Enter the following information and select OK:
Name
example_AP
Platform
FAP220A
Radio 1
  Mode
Access Point
  Background Scan
Enable
  Rogue AP On-wire Scan
Enabled
  Radio Resource Provision
Not enabled
  Band
802.11n
  Short Guard Interval
Not enabled
  Channel
Select 1, 6, and 11.
  Tx Power
100%
  SSID
Select example_inc and example_guest.
Radio 2
  Mode
Access Point
  Background Scan
Enable
  Rogue AP On-wire Scan
Enabled
  Radio Resource Provision
Enabled
  Band
802.11n_5G
  Short Guard Interval
Not enabled
20/40 MHz Channel Width
Not enabled
  Channel
Select all.
  Tx Power
100%
  SSID
Select example_inc.
To configure the AP Profile - CLI
config wireless-controller wtp-profile
edit "example_AP"
config platform
set type 220A
end
config radio-1
set ap-bgscan enable
set band 802.11n
set channel "1" "6" "11"
set rogue-scan enable
set vaps "example_inc" "example_guest"
end
config radio-2
set ap-bgscan enable
set band 802.11n-5G
set channel "36" "40" "44" "48" "149" "153" "157" "161" "165"
set rogue-scan enable
set vaps "example_inc"
end