Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dtxrx.h439 struct wil_1x_hdr { struct
Dtxrx.c723 const struct wil_1x_hdr *hdr; in wil_is_ptk_eapol_key()
735 if (len < sizeof(struct ethhdr) + sizeof(struct wil_1x_hdr) + in wil_is_ptk_eapol_key()
741 hdr = (const struct wil_1x_hdr *)buf; in wil_is_ptk_eapol_key()
745 key = (struct wil_eapol_key *)(buf + sizeof(struct wil_1x_hdr)); in wil_is_ptk_eapol_key()