Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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 317 of file mlme.h.


Field Documentation

uint8_t ChannelPage

0-31

Definition at line 321 of file mlme.h.

Security parameters for active scan process.

Definition at line 322 of file mlme.h.

bit field, low 27 bits used

Definition at line 319 of file mlme.h.

uint8_t ScanDuration

0-14, scan duration/channel

Definition at line 320 of file mlme.h.

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

Definition at line 318 of file mlme.h.