Searched refs:tptk (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_pae_input.c190 struct ieee80211_ptk tptk; local
264 ic->ic_myaddr, ni->ni_nonce, ic->ic_nonce, &tptk);
275 (void)ieee80211_send_4way_msg2(ic, ni, key->replaycnt, &tptk);
287 struct ieee80211_ptk tptk; local
305 ni->ni_macaddr, ni->ni_nonce, key->nonce, &tptk);
308 if (ieee80211_eapol_key_check_mic(key, tptk.kck) != 0) {
319 memcpy(&ni->ni_ptk, &tptk, sizeof(tptk));
364 struct ieee80211_ptk tptk; local
401 ic->ic_myaddr, key->nonce, ic->ic_nonce, &tptk);
[all...]
H A Dieee80211_pae_output.c311 const u_int8_t *replaycnt, const struct ieee80211_ptk *tptk)
355 return ieee80211_send_eapol_key(ic, m, ni, tptk);
310 ieee80211_send_4way_msg2(struct ieee80211com *ic, struct ieee80211_node *ni, const u_int8_t *replaycnt, const struct ieee80211_ptk *tptk) argument

Completed in 87 milliseconds