This is the MLME-SCAN.confirm message structure.
#include <mac_msg_types.h>
Data Fields | |
uint8_t | ChannelPage |
The channel page on which the scan was performed. More... | |
enum msg_code | cmdcode |
This identifies the message as MLME_SCAN_CONFIRM. More... | |
uint8_t | ResultListSize |
The number of elements returned in the appropriate result lists. More... | |
scan_result_list_t | scan_result_list [1] |
ResultListSize - The number of elements returned in the appropriate result lists. More... | |
uint8_t | ScanType |
ScanType Integer 0 x 00 0 x 03 Indicates if the type of scan performed: 0 x 00 = ED scan (FFD only). More... | |
uint8_t | status |
The status of the scan request. More... | |
uint32_t | UnscannedChannels |
Indicates which channels given in the request were not scanned (1 = not scanned, 0 = scanned or not requested). More... | |