Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
MCL Indication API's

This module describes all MCL Indication API's.

Functions

void mcps_data_ind (uint8_t *m)
 Wrapper function for messages of type mcps_data_ind_t. More...
 
void mlme_beacon_notify_ind (uint8_t *m)
 Wrapper function for messages of type mlme_beacon_notify_ind_t. More...
 
void mlme_disassociate_ind (uint8_t *m)
 Wrapper function for messages of type mlme_disassociate_ind_t. More...
 
void mlme_sync_loss_ind (uint8_t *m)
 Wrapper function for messages of type mlme_sync_loss_ind_t. More...
 

void mcps_data_ind ( uint8_t *  m)

Wrapper function for messages of type mcps_data_ind_t.

This function is a callback for mcps data indication

Parameters
mPointer to message structure

References wpan_addr_spec_tag::Addr, ADDR_COPY_DST_SRC_64, wpan_addr_spec_tag::AddrMode, bmm_buffer_free(), BMM_BUFFER_POINTER, address_field_t::long_address, wpan_addr_spec_tag::PANId, and usr_mcps_data_ind().

void mlme_beacon_notify_ind ( uint8_t *  m)

Wrapper function for messages of type mlme_beacon_notify_ind_t.

This function is a callback for mlme beacon notify indication.

Parameters
mPointer to message structure

References mlme_beacon_notify_ind_tag::AddrList, bmm_buffer_free(), BMM_BUFFER_POINTER, mlme_beacon_notify_ind_tag::BSN, mlme_beacon_notify_ind_tag::PANDescriptor, mlme_beacon_notify_ind_tag::PendAddrSpec, mlme_beacon_notify_ind_tag::sdu, mlme_beacon_notify_ind_tag::sduLength, and usr_mlme_beacon_notify_ind().

void mlme_disassociate_ind ( uint8_t *  m)

Wrapper function for messages of type mlme_disassociate_ind_t.

This function is a callback for mlme disassociate indication.

Parameters
mPointer to message structure

References bmm_buffer_free(), BMM_BUFFER_POINTER, mlme_disassociate_ind_tag::DeviceAddress, mlme_disassociate_ind_tag::DisassociateReason, and usr_mlme_disassociate_ind().

void mlme_sync_loss_ind ( uint8_t *  m)

Wrapper function for messages of type mlme_sync_loss_ind_t.

This function is a callback for mlme sync loss indication.

Parameters
mPointer to message structure

References BMM_BUFFER_POINTER, mlme_sync_loss_ind_tag::ChannelPage, mlme_sync_loss_ind_tag::LogicalChannel, mlme_sync_loss_ind_tag::LossReason, mlme_sync_loss_ind_tag::PANId, and usr_mlme_sync_loss_ind().