nRF5 SDK v17.1.0
Data Fields
mlme_disassociate_conf_t Struct Reference

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
 

Detailed Description

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

Field Documentation

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated