Datasheet

Sample Application Demonstrations
2013 Microchip Technology Inc. Preliminary DS52108A-page 39
FIGURE 4-7: CHANNEL SETUP
Depending on the selected domain (regions), the available channels vary. Refer to
WFApi.h for detailed definitions, see Example 4-1.
EXAMPLE 4-1: DOMAIN SPECIFIC CHANNELS
If the network type selected is WiFi Direct (CFG_WF_P2P), the channel list will be
social channels, that is channel 1, 6 and 11.
Note: With MRF24WG0MA/B RF module firmware version 0x3107 and future
releases, due to changes in FCC regulations, regional domains are not
programmable.
#define WF_DOMAIN_FCC (0) /* Available Channels: 1 - 11 */
#define WF_DOMAIN_ETSI (2) /* Available Channels: 1 - 13 */
#define WF_DOMAIN_JAPAN (7) /* Available Channels: 1 - 14 */
#define WF_DOMAIN_OTHER (7) /* Available Channels: 1 - 14 */