Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c2281 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_encode_mkpdu() local
2289 eapol_hdr = wpabuf_put(pbuf, sizeof(*eapol_hdr)); in ieee802_1x_kay_encode_mkpdu()
2290 eapol_hdr->version = EAPOL_VERSION; in ieee802_1x_kay_encode_mkpdu()
2291 eapol_hdr->type = IEEE802_1X_TYPE_EAPOL_MKA; in ieee802_1x_kay_encode_mkpdu()
2292 eapol_hdr->length = host_to_be16(pbuf->size - pbuf->used); in ieee802_1x_kay_encode_mkpdu()
2879 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_mkpdu_sanity_check() local
2889 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()
2890 mka_hdr = (struct ieee802_1x_mka_hdr *) (eapol_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()
2900 mka_msg_len = be_to_host16(eapol_hdr->length); in ieee802_1x_kay_mkpdu_sanity_check()
3085 struct ieee802_1x_hdr *eapol_hdr; in kay_l2_receive() local
[all …]