Home
last modified time | relevance | path

Searched defs:wlan_crypto_pmksa (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_def.h399 struct wlan_crypto_pmksa { struct
400 struct qdf_mac_addr bssid;
401 uint8_t pmkid[PMKID_LEN];
402 uint8_t pmk[MAX_PMK_LEN];
403 uint8_t pmk_len;
404 uint8_t ssid_len;
405 uint8_t ssid[WLAN_SSID_MAX_LEN];
406 uint8_t cache_id[WLAN_CACHE_ID_LEN];
407 uint32_t pmk_lifetime;
408 uint8_t pmk_lifetime_threshold;
[all …]