Searched defs:wlan_crypto_cipher (Results 1 – 1 of 1) sorted by relevance
430 struct wlan_crypto_cipher { struct432 wlan_crypto_cipher_type cipher; argument433 const uint8_t header;434 const uint8_t trailer;435 const uint8_t miclen;436 const uint32_t keylen;437 QDF_STATUS(*setkey)(struct wlan_crypto_key *);438 QDF_STATUS(*encap)(struct wlan_crypto_key *,440 QDF_STATUS(*decap)(struct wlan_crypto_key *,442 QDF_STATUS(*enmic)(struct wlan_crypto_key *,[all …]