Searched refs:reply192 (Results 1 – 1 of 1) sorted by relevance
284 struct wpa_eapol_key_192 *reply192; in wpa_sm_key_request() local306 hdrlen = mic_len == 24 ? sizeof(*reply192) : sizeof(*reply); in wpa_sm_key_request()312 reply192 = (struct wpa_eapol_key_192 *) reply; in wpa_sm_key_request()333 WPA_PUT_BE16(reply192->key_data_length, 0); in wpa_sm_key_request()340 key_mic = reply192->key_mic; /* same offset in reply */ in wpa_sm_key_request()553 struct wpa_eapol_key_192 *reply192; in wpa_supplicant_send_2_of_4() local603 hdrlen = mic_len == 24 ? sizeof(*reply192) : sizeof(*reply); in wpa_supplicant_send_2_of_4()611 reply192 = (struct wpa_eapol_key_192 *) reply; in wpa_supplicant_send_2_of_4()625 key_mic = reply192->key_mic; /* same offset for reply and reply192 */ in wpa_supplicant_send_2_of_4()627 WPA_PUT_BE16(reply192->key_data_length, wpa_ie_len); in wpa_supplicant_send_2_of_4()[all …]