Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c103 u16 eapol_len; in wpa_eapol_key_send() local
123 eapol_len = be_to_host16(hdr->length); in wpa_eapol_key_send()
124 eapol_len += AES_BLOCK_SIZE; in wpa_eapol_key_send()
125 hdr->length = host_to_be16(eapol_len); in wpa_eapol_key_send()