Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/ks7010/
Dks_hostif.c424 struct ieee802_1x_hdr *aa1x_hdr; in hostif_data_indication() local
483 aa1x_hdr = (struct ieee802_1x_hdr *)(priv->rxp + ETHER_HDR_SIZE); in hostif_data_indication()
506 aa1x_hdr = (struct ieee802_1x_hdr *)(priv->rxp + 14); in hostif_data_indication()
514 if (aa1x_hdr->type == IEEE802_1X_TYPE_EAPOL_KEY && in hostif_data_indication()
1073 struct ieee802_1x_hdr *aa1x_hdr; in hostif_data_request() local
1162 aa1x_hdr = (struct ieee802_1x_hdr *)(eth_hdr + 1); in hostif_data_request()
1163 if (aa1x_hdr->type == IEEE802_1X_TYPE_EAPOL_KEY) { in hostif_data_request()
1164 eap_key = (struct wpa_eapol_key *)(aa1x_hdr + 1); in hostif_data_request()