Home
last modified time | relevance | path

Searched refs:reply192 (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c284 struct wpa_eapol_key_192 *reply192; in wpa_sm_key_request() local
306 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() local
603 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 …]