Lines Matching refs:ctr
1131 static int wpa_replay_counter_valid(struct wpa_key_replay_counter *ctr, argument
1136 if (!ctr[i].valid)
1138 if (os_memcmp(replay_counter, ctr[i].counter,
1146 static void wpa_replay_counter_mark_invalid(struct wpa_key_replay_counter *ctr, argument
1151 if (ctr[i].valid &&
1153 os_memcmp(replay_counter, ctr[i].counter,
1155 ctr[i].valid = false;
2202 u32 ctr; local
2207 ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr;
2214 ctr != wpa_auth->conf.wpa_pairwise_update_count) {
2216 "DELAY-EAPOL-TX-%d", ctr);
2226 if (ctr == 1 && wpa_auth->conf.tx_status) {
2239 if (pairwise && ctr == 1 && !(key_info & WPA_KEY_INFO_MIC))
2246 timeout_ms, ctr);