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_associate_ind (uint8_t *m)
 Wrapper function for messages of type mlme_associate_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_comm_status_ind (uint8_t *m)
 Wrapper function for messages of type mlme_comm_status_ind_t. More...
 
void mlme_disassociate_ind (uint8_t *m)
 Wrapper function for messages of type mlme_disassociate_ind_t. More...
 
void mlme_orphan_ind (uint8_t *m)
 Wrapper function for messages of type mlme_orphan_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
void mlme_associate_ind ( uint8_t *  m)

Wrapper function for messages of type mlme_associate_ind_t.

This function is a callback for mlme associate indication.

Parameters
mPointer to message structure
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
void mlme_comm_status_ind ( uint8_t *  m)

Wrapper function for messages of type mlme_comm_status_ind_t.

This function is a callback for mlme comm status indication.

Parameters
mPointer to message structure
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
void mlme_orphan_ind ( uint8_t *  m)

Wrapper function for messages of type mlme_orphan_ind_t.

This function is a callback for mlme orphan indication.

Parameters
mPointer to message structure
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