Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_auth.c52 size_t eapol_len; member
188 query->eapol, query->eapol_len)) { in hostapd_radius_acl_query()
723 const u8 *eapol, size_t eapol_len) in hostapd_acl_req_radius_psk() argument
738 query->eapol = os_memdup(eapol, eapol_len); in hostapd_acl_req_radius_psk()
739 query->eapol_len = eapol_len; in hostapd_acl_req_radius_psk()
H A Dieee802_11_auth.h41 const u8 *eapol, size_t eapol_len);
H A Dwpa_auth_glue.c1509 const u8 *eapol, size_t eapol_len) in hostapd_request_radius_psk() argument
1516 wpa_hexdump(MSG_DEBUG, "EAPOL", eapol, eapol_len); in hostapd_request_radius_psk()
1518 eapol_len); in hostapd_request_radius_psk()
H A Dwpa_auth.h372 const u8 *eapol, size_t eapol_len);
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c144 u16 eapol_len; in wpa_eapol_key_send() local
164 eapol_len = be_to_host16(hdr->length); in wpa_eapol_key_send()
165 eapol_len += AES_BLOCK_SIZE; in wpa_eapol_key_send()
166 hdr->length = host_to_be16(eapol_len); in wpa_eapol_key_send()