XCORE SDK
XCORE Software Development Kit
Public Attributes | List of all members
sl_wfx_get_pmk_cnf_body_s Struct Reference

Confirmation message body for sl_wfx_get_pmk_cnf_t. More...

#include <sl_wfx_cmd_api.h>

Public Attributes

uint32_t status
 Status of the add request. More...
 
uint32_t password_length
 Length of the Pairwise Master Key. More...
 
uint8_t password [SL_WFX_PASSWORD_SIZE]
 PMK of the network. More...
 

Detailed Description

Confirmation message body for sl_wfx_get_pmk_cnf_t.

Member Data Documentation

◆ password

uint8_t sl_wfx_get_pmk_cnf_body_s::password[SL_WFX_PASSWORD_SIZE]

PMK of the network.

WPA PMK: 64 bytes in HEX format.
See Passwords and pass phrases for further details.

◆ password_length

uint32_t sl_wfx_get_pmk_cnf_body_s::password_length

Length of the Pairwise Master Key.

0 - 64: The amount of bytes.

◆ status

uint32_t sl_wfx_get_pmk_cnf_body_s::status

Status of the add request.

WFM_STATUS_SUCCESS: the get request was completed successfully.
any other value: the get request failed.
See sl_wfx_fmac_status_t for enumeration values.


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