![]() |
nRF5 SDK
v14.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
MLME-DISASSOCIATE.confirm. More...
#include <mac_mlme_disassociate.h>
Data Fields | |
mac_status_t | status |
mac_addr_mode_t | device_addr_mode |
uint16_t | device_pan_id |
mac_addr_t | device_address |
MLME-DISASSOCIATE.confirm.
On receipt of the MLME-DISASSOCIATE.confirm primitive, the next higher layer of the initiating device is notified of the result of the disassociation attempt. If the disassociation attempt was successful, the status parameter will be set to SUCCESS. Otherwise, the status parameter indicates the error.
In accordance with IEEE Std 802.15.4-2006, section 7.1.4.3
mac_addr_mode_t mlme_disassociate_conf_t::device_addr_mode |
Device addressing mode.
mac_addr_t mlme_disassociate_conf_t::device_address |
Device address.
uint16_t mlme_disassociate_conf_t::device_pan_id |
Device PAN ID.
mac_status_t mlme_disassociate_conf_t::status |
Status of operation.