This module describes all MAC Response API's.
|
bool | wpan_mlme_associate_resp (uint64_t DeviceAddress, uint16_t AssocShortAddress, uint8_t status) |
| Initiate MLME-ASSOCIATE.response service and place it in the MLME-SAP queue. More...
|
|
bool | wpan_mlme_orphan_resp (uint64_t OrphanAddress, uint16_t ShortAddress, bool AssociatedMember) |
| Initiate MLME-ORPHAN.response service and have it placed in MLME_SAP queue. More...
|
|
bool wpan_mlme_associate_resp |
( |
uint64_t |
DeviceAddress, |
|
|
uint16_t |
AssocShortAddress, |
|
|
uint8_t |
status |
|
) |
| |
Initiate MLME-ASSOCIATE.response service and place it in the MLME-SAP queue.
- Parameters
-
DeviceAddress | Extended address for device requesting association. |
AssocShortAddress | Short address allocated on successful association. |
status | Status of the association attempt. Valid values:
|
- Returns
- true - success; false - buffer not available or queue full.
bool wpan_mlme_orphan_resp |
( |
uint64_t |
OrphanAddress, |
|
|
uint16_t |
ShortAddress, |
|
|
bool |
AssociatedMember |
|
) |
| |
Initiate MLME-ORPHAN.response service and have it placed in MLME_SAP queue.
- Parameters
-
OrphanAddress | Address of orphaned device. |
ShortAddress | Short address allocated to orphaned device. |
AssociatedMember | Boolean true if the orphaned device is associated. |
- Returns
- true - success; false - buffer not availability or queue full.