Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h148 struct wpa_ptk { struct
149 uint8_t mic_key[16]; /* EAPOL-Key MIC Key (MK) */
150 uint8_t encr_key[16]; /* EAPOL-Key Encryption Key (EK) */
151 uint8_t tk1[16]; /* Temporal Key 1 (TK1) */
152 union {
179 struct wpa_ptk ptk, tptk; argument