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

  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 131 struct wpa_eapol_key_192 *reply192; local
146 reply192 = (struct wpa_eapol_key_192 *) reply;
172 ETH_P_EAPOL, rbuf, rlen, reply192->key_mic);
    [all...]
wpa.c 100 struct wpa_eapol_key_192 *reply192; local
122 hdrlen = mic_len == 24 ? sizeof(*reply192) : sizeof(*reply);
127 reply192 = (struct wpa_eapol_key_192 *) reply;
146 WPA_PUT_BE16(reply192->key_data_length, 0);
152 key_mic = reply192->key_mic; /* same offset in reply */
344 struct wpa_eapol_key_192 *reply192; local
387 hdrlen = mic_len == 24 ? sizeof(*reply192) : sizeof(*reply);
395 reply192 = (struct wpa_eapol_key_192 *) reply;
411 key_mic = reply192->key_mic; /* same offset for reply and reply192 */
1150 struct wpa_eapol_key_192 *reply192; local
1459 struct wpa_eapol_key_192 *reply192; local
    [all...]

Completed in 71 milliseconds