Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:replay_counter

165 	u8 replay_counter[IEEE8021X_REPLAY_COUNTER_LEN];
679 /* The key replay_counter must increase when same master key */
681 os_memcmp(sm->last_replay_counter, key->replay_counter,
689 key->replay_counter, IEEE8021X_REPLAY_COUNTER_LEN);
746 os_memcpy(sm->last_replay_counter, key->replay_counter,