Lines Matching +full:mic +full:- +full:pos
3 * Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
123 /* EAPOL-Key Key Data Encapsulation
172 /* B2-B3: PTKSA Replay Counter */
173 /* B4-B5: GTKSA Replay Counter */
192 /* FTE - MIC Control - RSNXE Used */
197 /* FTE - MIC Length subfield values */
205 /* IEEE 802.11, 8.5.2 EAPOL-Key frames */
236 /* variable length Key MIC field */
237 /* big endian 2-octet Key Data Length field */
253 * struct wpa_ptk - WPA Pairwise Transient Key
254 * IEEE Std 802.11i-2004 - 8.5.1.2 Pairwise key hierarchy
257 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */
258 u8 kek[WPA_KEK_MAX_LEN]; /* EAPOL-Key Key Encryption Key (KEK) */
290 * 00-50-f2:1 (OUI:OUI type)
306 u8 oui[4]; /* 24-bit OUI followed by 8-bit OUI type */
332 * Management Group Cipher Suite (4 octets) (default: AES-128-CMAC)
407 u8 mic[16]; member
415 u8 mic[24]; member
423 u8 mic[32]; member
462 const u8 *buf, size_t len, u8 *mic);
494 u8 *mic);
543 return -1; in rsn_pmkid_suite_b()
553 return -1; in rsn_pmkid_suite_b_192()
614 /* IEEE P802.11az/D2.6 - 9.4.2.303 PASN Parameters element */
736 int rsn_cipher_put_suites(u8 *pos, int ciphers);
737 int wpa_cipher_put_suites(u8 *pos, int ciphers);
761 const u8 *frame, size_t frame_len, u8 *mic);