Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Deapol_common.h64 struct ieee802_1x_eapol_key { struct
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c135 struct ieee802_1x_eapol_key *key; in ieee802_1x_tx_key_one()
148 key = (struct ieee802_1x_eapol_key *) (hdr + 1); in ieee802_1x_tx_key_one()
842 struct ieee802_1x_eapol_key *key; in ieee802_1x_receive()
888 key = (struct ieee802_1x_eapol_key *) (hdr + 1); in ieee802_1x_receive()
889 if (datalen >= sizeof(struct ieee802_1x_eapol_key) && in ieee802_1x_receive()
2226 struct ieee802_1x_eapol_key *key; in ieee802_1x_eapol_tx_status()
2253 key = (struct ieee802_1x_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c653 struct ieee802_1x_eapol_key *key; in eapol_sm_processKey()
675 key = (struct ieee802_1x_eapol_key *) (hdr + 1); in eapol_sm_processKey()
1232 const struct ieee802_1x_eapol_key *key; in eapol_sm_rx_eapol()
1334 key = (const struct ieee802_1x_eapol_key *) (hdr + 1); in eapol_sm_rx_eapol()