Searched refs:EAPOL_KEY_SECURE (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_pae_output.c419 info |= EAPOL_KEY_ENCRYPTED | EAPOL_KEY_SECURE;
465 info |= EAPOL_KEY_SECURE;
518 info = EAPOL_KEY_KEYACK | EAPOL_KEY_KEYMIC | EAPOL_KEY_SECURE |
578 info = EAPOL_KEY_KEYMIC | EAPOL_KEY_SECURE;
H A Dieee80211_pae_input.c660 if (info & EAPOL_KEY_SECURE) {
943 if (info & EAPOL_KEY_SECURE) {
1052 if (info & EAPOL_KEY_SECURE) {
H A Dieee80211_crypto_tkip.c593 EAPOL_KEY_KEYMIC | EAPOL_KEY_ERROR | EAPOL_KEY_SECURE,
596 EAPOL_KEY_KEYMIC | EAPOL_KEY_ERROR | EAPOL_KEY_SECURE,
H A Dieee80211.h1061 #define EAPOL_KEY_SECURE (1 << 9) /* S */ macro

Completed in 50 milliseconds