Searched refs:eapol_hdr (Results 1 – 1 of 1) sorted by relevance
2448 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_encode_mkpdu() local2460 eapol_hdr = wpabuf_put(pbuf, sizeof(*eapol_hdr)); in ieee802_1x_kay_encode_mkpdu()2461 eapol_hdr->version = EAPOL_VERSION; in ieee802_1x_kay_encode_mkpdu()2462 eapol_hdr->type = IEEE802_1X_TYPE_EAPOL_MKA; in ieee802_1x_kay_encode_mkpdu()2463 eapol_hdr->length = host_to_be16(wpabuf_tailroom(pbuf)); in ieee802_1x_kay_encode_mkpdu()2466 eapol_hdr->version, eapol_hdr->type, in ieee802_1x_kay_encode_mkpdu()2467 be_to_host16(eapol_hdr->length)); in ieee802_1x_kay_encode_mkpdu()3068 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_mkpdu_sanity_check() local3081 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()3082 mka_hdr = (struct ieee802_1x_mka_hdr *) (eapol_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()[all …]