Lines Matching refs:stk
2500 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr, in wpa_supplicant_send_stk_3_of_4()
2713 struct wpa_ptk *stk; in wpa_supplicant_process_stk_1_of_4() local
2746 stk = &peerkey->tstk; in wpa_supplicant_process_stk_1_of_4()
2750 (u8 *) stk, sizeof(*stk)); in wpa_supplicant_process_stk_1_of_4()
2752 os_memcpy(buf, stk->u.auth.tx_mic_key, 8); in wpa_supplicant_process_stk_1_of_4()
2753 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8); in wpa_supplicant_process_stk_1_of_4()
2754 os_memcpy(stk->u.auth.rx_mic_key, buf, 8); in wpa_supplicant_process_stk_1_of_4()
2772 stk)) { in wpa_supplicant_process_stk_1_of_4()
2915 NULL, 0, &peerkey->stk)) in wpa_supplicant_process_stk_3_of_4()
2918 _key = (u8 *) peerkey->stk.tk1; in wpa_supplicant_process_stk_3_of_4()
2951 rsc, sizeof(rsc), (u8 *) peerkey->stk.tk1, in wpa_supplicant_process_stk_4_of_4()
3224 (u8 *) &peerkey->stk, sizeof(peerkey->stk)); in wpa_supplicant_verify_eapol_key_mic_peerkey()
3240 os_memcpy(&peerkey->stk, &peerkey->tstk, in wpa_supplicant_verify_eapol_key_mic_peerkey()
3241 sizeof(peerkey->stk)); in wpa_supplicant_verify_eapol_key_mic_peerkey()
3247 wpa_eapol_key_mic(peerkey->stk.kck, ver, buf, len, in wpa_supplicant_verify_eapol_key_mic_peerkey()