wpa_crypto_funcs_t struct
The crypto callback function structure used by esp_wifi. The structure can be set as software crypto or the crypto optimized by device's hardware.
Fields
The crypto callback function structure size.
The crypto callback function structure version.
The SHA256 callback function used by esp_wifi.
SHA1-based key derivation function (PBKDF2) callback function for IEEE 802.11.
The AES 128 encrypt callback function used by esp_wifi.
The AES 128 decrypt callback function used by esp_wifi.
One-Key CBC MAC (OMAC1) hash with AES-128 callback function for MIC computation.
Decrypt data callback function using CCMP.
Encrypt data callback function using CCMP.
One-Key GMAC hash callback function with AES for MIC computation.
SHA256 hash callback function for data vector.