HomeSort by relevance Sort by last modified time
    Searched defs:ptk (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 82 /** Key type field value for a PTK (pairwise) key handshake */
283 * failure. On success, the keys will be available in @a ptk and @a
324 * If the PTK is not valid, the GTK should be used for both
337 struct wpa_ptk ptk; member in struct:wpa_common_ctx
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 24 struct wpa_ptk ptk, tptk; member in struct:wpa_sm
282 sm->ctx->set_rekey_offload(sm->ctx->ctx, sm->ptk.kek, sm->ptk.kek_len,
283 sm->ptk.kck, sm->ptk.kck_len,
383 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk,
390 struct wpa_ptk *ptk);
394 struct wpa_ptk *ptk);
397 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
wpa.c 37 * @ptk: PTK for Key Confirmation/Encryption Key
46 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk,
72 if (key_mic && (!ptk || !ptk->kck_len))
76 wpa_eapol_key_mic(ptk->kck, ptk->kck_len, sm->key_mgmt, ver,
83 if (ptk)
85 ptk->kck, ptk->kck_len)
523 struct wpa_ptk *ptk; local
1874 struct wpa_ptk *ptk; local
    [all...]

Completed in 144 milliseconds