Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_scan_s Struct Reference

mlme_scan_s Struct Reference

struct mlme_scan_t Scan request structure More...

#include <mlme.h>

Data Fields

mac_scan_type_t ScanType
 ED=0, active=1, passive=2, orphan=3.
channel_list_s ScanChannels
 bit field, low 27 bits used
uint8_t ScanDuration
 0-14, scan duration/channel
uint8_t ChannelPage
 0-31
mlme_security_t Key
 Security parameters for active scan process.

Detailed Description

struct mlme_scan_t Scan request structure

See IEEE standard 802.15.4-2006 (table 67) for more details

Definition at line 308 of file mlme.h.


Field Documentation

uint8_t ChannelPage

0-31

Definition at line 312 of file mlme.h.

Security parameters for active scan process.

Definition at line 313 of file mlme.h.

bit field, low 27 bits used

Definition at line 310 of file mlme.h.

uint8_t ScanDuration

0-14, scan duration/channel

Definition at line 311 of file mlme.h.

ED=0, active=1, passive=2, orphan=3.

Definition at line 309 of file mlme.h.