Channel bitmap for scanning in set of selective channels.

Note

  • A 2.4GHz channel is enabled by setting the bit of the corresponding channel number minus 1. For example, for channel 1, set bit 0; for channel 2, set bit 1, and so on. sl_wifi_scan_configuration_t

Public Attributes#

uint16_t

Channel bitmap for scanning in a set of selective channels in 2.4 GHz.

uint32_t

Channel bitmap for scanning in a set of selective channels in 5 GHz. (Currently not supported.)

Public Attribute Documentation#

channel_bitmap_2_4#

uint16_t sl_wifi_channel_bitmap_t::channel_bitmap_2_4

Channel bitmap for scanning in a set of selective channels in 2.4 GHz.


Definition at line 229 of file components/protocol/wifi/inc/sl_wifi_types.h

channel_bitmap_5#

uint32_t sl_wifi_channel_bitmap_t::channel_bitmap_5

Channel bitmap for scanning in a set of selective channels in 5 GHz. (Currently not supported.)


Definition at line 231 of file components/protocol/wifi/inc/sl_wifi_types.h