Searched defs:wlan_crypto_req_key (Results 1 – 1 of 1) sorted by relevance
612 struct wlan_crypto_req_key { struct613 uint8_t type;614 uint8_t pad;615 uint16_t keyix;616 uint8_t keylen;617 uint16_t flags;618 uint8_t macaddr[QDF_MAC_ADDR_SIZE];619 uint64_t keyrsc;620 uint64_t keytsc;621 uint8_t keydata[WLAN_CRYPTO_KEYBUF_SIZE + WLAN_CRYPTO_MICBUF_SIZE];[all …]