Microchip® Advanced Software Framework

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

This module describes all MCL Confirmation API's.

Functions

void mcps_data_conf (uint8_t *m)
 Wrapper function for messages of type mcps_data_conf_t. More...
 
void mcps_purge_conf (uint8_t *m)
 Wrapper function for messages of type mcps_purge_conf_t. More...
 
void mlme_associate_conf (uint8_t *m)
 Wrapper function for messages of type mlme_associate_conf_t. More...
 
void mlme_disassociate_conf (uint8_t *m)
 Wrapper function for messages of type mlme_disassociate_conf_t. More...
 
void mlme_get_conf (uint8_t *m)
 Wrapper function for messages of type mlme_get_conf_t. More...
 
void mlme_poll_conf (uint8_t *m)
 Wrapper function for messages of type mlme_poll_conf_t. More...
 
void mlme_reset_conf (uint8_t *m)
 Wrapper function for messages of type mlme_reset_conf_t. More...
 
void mlme_rx_enable_conf (uint8_t *m)
 Wrapper function for messages of type mlme_rx_enable_conf_t. More...
 
void mlme_scan_conf (uint8_t *m)
 Wrapper function for messages of type mlme_scan_conf_t. More...
 
void mlme_start_conf (uint8_t *m)
 Wrapper function for messages of type mlme_start_conf_t. More...
 

void mcps_data_conf ( uint8_t *  m)

Wrapper function for messages of type mcps_data_conf_t.

This function is a callback for mcps data confirm.

Parameters
mPointer to message structure
void mcps_purge_conf ( uint8_t *  m)

Wrapper function for messages of type mcps_purge_conf_t.

This function is a callback for mcps purge confirm.

Parameters
mPointer to message structure
void mlme_associate_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_associate_conf_t.

This function is a callback for mlme associate confirm.

Parameters
mPointer to message structure
void mlme_disassociate_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_disassociate_conf_t.

This function is a callback for mlme disassociate confirm.

Parameters
mPointer to message structure
void mlme_get_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_get_conf_t.

This function is a callback for mlme get confirm.

Parameters
mPointer to message structure
void mlme_poll_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_poll_conf_t.

This function is a callback for mlme poll confirm.

Parameters
mPointer to message structure
void mlme_reset_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_reset_conf_t.

This function is a callback for mlme reset confirm.

Parameters
mPointer to message structure
void mlme_rx_enable_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_rx_enable_conf_t.

This function is a callback for mlme rx enable confirm.

Parameters
mPointer to message structure
void mlme_scan_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_scan_conf_t.

This function is a callback for mlme scan confirm.

Parameters
mPointer to message structure
void mlme_start_conf ( uint8_t *  m)

Wrapper function for messages of type mlme_start_conf_t.

This function is a callback for mlme start confirm.

Parameters
mPointer to message structure