This module describes all MCL Response API's.
Functions | |
void | mlme_associate_response (uint8_t *m) |
Entry point from the stack for MLME associate response. More... | |
void | mlme_orphan_response (uint8_t *m) |
Implements the MLME-ORPHAN.response. More... | |
void mlme_associate_response | ( | uint8_t * | m | ) |
Entry point from the stack for MLME associate response.
The MLME associate response primitive is used to initiate a response to a MLME association indication primitive.
m | Pointer to association response parameters |
void mlme_orphan_response | ( | uint8_t * | m | ) |
Implements the MLME-ORPHAN.response.
The MLME-ORPHAN.response primitive allows the next higher layer of a coordinator to respond to the MLME-ORPHAN.indication primitive. The MLME-ORPHAN.response primitive is generated by the next higher layer and issued to its MLME when it reaches a decision about whether the orphaned device indicated in the MLME-ORPHAN.indication primitive is associated.
m | Pointer to the message. |