Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_scan_conf_s Struct Reference

mlme_scan_conf_s Struct Reference

struct mlme_scan_conf_t Scan confirm structure More...

#include <mlme.h>

Data Fields

uint8_t status
 status of operation
unsigned ScanType:2
 Finished Scan type.
uint8_t ChannelPage
 Operated Channel Page.
channel_list_s UnscannedChannels
 Channel mask for unscanned channels.
uint8_t ResultListSize
 Result list size.
uint8_t * ED_values
 Energy scan result types Check only when scan type is 0.
mlme_pan_descriptor_tPAN_values [MLME_MAC_RES_SIZE_MAX]
 List of scanned Pan description's.

Detailed Description

struct mlme_scan_conf_t Scan confirm structure

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

Definition at line 370 of file mlme.h.


Field Documentation

uint8_t ChannelPage

Operated Channel Page.

Definition at line 373 of file mlme.h.

uint8_t* ED_values

Energy scan result types Check only when scan type is 0.

Definition at line 376 of file mlme.h.

mlme_pan_descriptor_t* PAN_values[MLME_MAC_RES_SIZE_MAX]

List of scanned Pan description's.

Definition at line 377 of file mlme.h.

uint8_t ResultListSize

Result list size.

Definition at line 375 of file mlme.h.

unsigned ScanType

Finished Scan type.

Definition at line 372 of file mlme.h.

uint8_t status

status of operation

Definition at line 371 of file mlme.h.

Channel mask for unscanned channels.

Definition at line 374 of file mlme.h.