XCORE SDK
XCORE Software Development Kit
|
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... | |
Confirmation message body for sl_wfx_get_pmk_cnf_t.
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.
uint32_t sl_wfx_get_pmk_cnf_body_s::password_length |
Length of the Pairwise Master Key.
0 - 64: The amount of bytes.
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.