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.c106 u16 eapol_len; in wpa_eapol_key_send() local
126 eapol_len = be_to_host16(hdr->length); in wpa_eapol_key_send()
127 eapol_len += AES_BLOCK_SIZE; in wpa_eapol_key_send()
128 hdr->length = host_to_be16(eapol_len); in wpa_eapol_key_send()