Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dtxrx.h448 struct wil_1x_hdr { struct
Dtxrx.c737 const struct wil_1x_hdr *hdr; in wil_is_ptk_eapol_key()
749 if (len < sizeof(struct ethhdr) + sizeof(struct wil_1x_hdr) + in wil_is_ptk_eapol_key()
755 hdr = (const struct wil_1x_hdr *)buf; in wil_is_ptk_eapol_key()
759 key = (struct wil_eapol_key *)(buf + sizeof(struct wil_1x_hdr)); in wil_is_ptk_eapol_key()