Searched refs:EAPOL_KEY_SECURE (Results 1 – 4 of 4) sorted by relevance
419 info |= EAPOL_KEY_ENCRYPTED | EAPOL_KEY_SECURE; in ieee80211_send_4way_msg3()465 info |= EAPOL_KEY_SECURE; in ieee80211_send_4way_msg4()518 info = EAPOL_KEY_KEYACK | EAPOL_KEY_KEYMIC | EAPOL_KEY_SECURE | in ieee80211_send_group_msg1()578 info = EAPOL_KEY_KEYMIC | EAPOL_KEY_SECURE; in ieee80211_send_group_msg2()
660 if (info & EAPOL_KEY_SECURE) { in ieee80211_recv_4way_msg3()943 if (info & EAPOL_KEY_SECURE) { in ieee80211_recv_rsn_group_msg1()1052 if (info & EAPOL_KEY_SECURE) { in ieee80211_recv_wpa_group_msg1()
593 EAPOL_KEY_KEYMIC | EAPOL_KEY_ERROR | EAPOL_KEY_SECURE, in ieee80211_michael_mic_failure()596 EAPOL_KEY_KEYMIC | EAPOL_KEY_ERROR | EAPOL_KEY_SECURE, in ieee80211_michael_mic_failure()
1061 #define EAPOL_KEY_SECURE (1 << 9) /* S */ macro