Searched refs:last_tk_key_idx (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.h | 318 int last_tk_key_idx; member
|
D | wpa_auth_glue.c | 467 sta->last_tk_key_idx = idx; in hostapd_wpa_auth_set_key()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 2338 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, 0, in hostapd_ctrl_reset_pn() 2345 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, in hostapd_ctrl_reset_pn() 2422 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, 0, in restore_tk() 2447 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_m1() 2477 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_m3() 2507 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_group_m1()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant_i.h | 1227 int last_tk_key_idx; member
|
D | wpas_glue.c | 551 wpa_s->last_tk_key_idx = key_idx; in wpa_supplicant_set_key()
|
D | ctrl_iface.c | 964 res = os_snprintf(buf, buflen, "%d", wpa_s->last_tk_key_idx); in wpa_supplicant_ctrl_iface_get() 9726 wpa_s->last_tk_key_idx, 1, zero, 6, in wpas_ctrl_reset_pn() 9733 wpa_s->last_tk_key_idx, 1, zero, 6, in wpas_ctrl_reset_pn()
|