Home
last modified time | relevance | path

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

/openbsd/sys/net80211/
H A Dieee80211_crypto.c487 case EAPOL_KEY_DESC_V3: in ieee80211_eapol_key_mic()
554 case EAPOL_KEY_DESC_V3: in ieee80211_eapol_key_encrypt()
607 case EAPOL_KEY_DESC_V3: in ieee80211_eapol_key_decrypt()
H A Dieee80211_pae_input.c128 if (desc < EAPOL_KEY_DESC_V1 || desc > EAPOL_KEY_DESC_V3) in ieee80211_eapol_key_input()
132 if (desc != EAPOL_KEY_DESC_V3) in ieee80211_eapol_key_input()
H A Dieee80211.h1056 #define EAPOL_KEY_DESC_V3 3 /* 11r */ macro
H A Dieee80211_pae_output.c89 info |= EAPOL_KEY_DESC_V3; in ieee80211_send_eapol_key()