5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
wpa3_crypto_context_info_t Struct Reference

#include <wpa3_ext_supp.h>

Data Fields

uint8_t confirm [WPA3_SAE_CONFIRM_LEN]
 
mbedtls_ctr_drbg_context ctr_drbg
 
mbedtls_entropy_context entropy
 
mbedtls_ecp_group group
 
uint16_t group_id
 
mbedtls_ecp_point pwe
 
bool pwe_found
 
uint8_t py_buf [WPA3_SAE_KEYSEED_KEY_LEN]
 
mbedtls_ecp_point sta_commit_element
 
mbedtls_mpi sta_private
 
mbedtls_ecp_point sta_pt_element
 
mbedtls_mpi sta_sae_rand
 
mbedtls_mpi sta_scalar
 
uint8_t x_buf [WPA3_SAE_KEYSEED_KEY_LEN]
 
uint8_t y_buf [WPA3_SAE_KEYSEED_KEY_LEN]
 

Detailed Description

struct wpa3_crypto_context_info_t for handling WPA EXT Supplicant crypto information

Field Documentation

◆ confirm

uint8_t wpa3_crypto_context_info_t::confirm[WPA3_SAE_CONFIRM_LEN]

confirm msg in uint8_t*

◆ ctr_drbg

mbedtls_ctr_drbg_context wpa3_crypto_context_info_t::ctr_drbg

CTR DBG context

◆ entropy

mbedtls_entropy_context wpa3_crypto_context_info_t::entropy

Entropy context

◆ group

mbedtls_ecp_group wpa3_crypto_context_info_t::group

ECP group

◆ group_id

uint16_t wpa3_crypto_context_info_t::group_id

ECP group ID

◆ pwe

mbedtls_ecp_point wpa3_crypto_context_info_t::pwe

xy point(pwe)of the ECP Curve

◆ pwe_found

bool wpa3_crypto_context_info_t::pwe_found

PWE Element found

◆ py_buf

uint8_t wpa3_crypto_context_info_t::py_buf[WPA3_SAE_KEYSEED_KEY_LEN]

py_buf in uint8_t*

◆ sta_commit_element

mbedtls_ecp_point wpa3_crypto_context_info_t::sta_commit_element

STA commit element

◆ sta_private

mbedtls_mpi wpa3_crypto_context_info_t::sta_private

STA private

◆ sta_pt_element

mbedtls_ecp_point wpa3_crypto_context_info_t::sta_pt_element

STA PT Element

◆ sta_sae_rand

mbedtls_mpi wpa3_crypto_context_info_t::sta_sae_rand

STA SAE Random buffer

◆ sta_scalar

mbedtls_mpi wpa3_crypto_context_info_t::sta_scalar

STA scalar

◆ x_buf

uint8_t wpa3_crypto_context_info_t::x_buf[WPA3_SAE_KEYSEED_KEY_LEN]

x_buf in uint8_t*

◆ y_buf

uint8_t wpa3_crypto_context_info_t::y_buf[WPA3_SAE_KEYSEED_KEY_LEN]

y_buf in uint8_t*


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