Searched defs:replay_ctr (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h80 const u8 *replay_ctr);
161 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr);
318 const u8 *replay_ctr)
317 wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
H A Dwpa.c3144 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
3146 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN);
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.h80 const u8 *replay_ctr);
161 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr);
318 const u8 *replay_ctr)
317 wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
H A Dwpa.c3144 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
3146 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.h80 const u8 *replay_ctr);
161 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr);
318 const u8 *replay_ctr)
317 wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
H A Dwpa.c3144 void wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
3146 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN);
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h576 const u8 *replay_ctr)
581 kck, kck_len, replay_ctr);
573 wpa_drv_set_rekey_info(struct wpa_supplicant *wpa_s, const u8 *kek, size_t kek_len, const u8 *kck, size_t kck_len, const u8 *replay_ctr) argument
H A Dwpas_glue.c1097 const u8 *replay_ctr)
1101 wpa_drv_set_rekey_info(wpa_s, kek, kek_len, kck, kck_len, replay_ctr);
1094 wpa_supplicant_set_rekey_offload(void *ctx, const u8 *kek, size_t kek_len, const u8 *kck, size_t kck_len, const u8 *replay_ctr) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c7615 const u8 *replay_ctr)
7632 replay_ctr)) {
7613 nl80211_set_rekey_info(void *priv, const u8 *kek, size_t kek_len, const u8 *kck, size_t kck_len, const u8 *replay_ctr) argument
H A Ddriver.h3213 * @replay_ctr: Current EAPOL-Key Replay Counter
3221 const u8 *replay_ctr);
4923 const u8 *replay_ctr; member in struct:wpa_event_data::driver_gtk_rekey
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c7615 const u8 *replay_ctr)
7632 replay_ctr)) {
7613 nl80211_set_rekey_info(void *priv, const u8 *kek, size_t kek_len, const u8 *kck, size_t kck_len, const u8 *replay_ctr) argument
H A Ddriver.h3213 * @replay_ctr: Current EAPOL-Key Replay Counter
3221 const u8 *replay_ctr);
4923 const u8 *replay_ctr; member in struct:wpa_event_data::driver_gtk_rekey
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c7615 const u8 *replay_ctr)
7632 replay_ctr)) {
7613 nl80211_set_rekey_info(void *priv, const u8 *kek, size_t kek_len, const u8 *kck, size_t kck_len, const u8 *replay_ctr) argument
H A Ddriver.h3213 * @replay_ctr: Current EAPOL-Key Replay Counter
3221 const u8 *replay_ctr);
4923 const u8 *replay_ctr; member in struct:wpa_event_data::driver_gtk_rekey

Completed in 490 milliseconds