Searched refs:last_tk_key_idx (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | sta_info.h | 316 int last_tk_key_idx; member
|
H A D | wpa_auth_glue.c | 485 sta->last_tk_key_idx = idx; in hostapd_wpa_auth_set_key()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.c | 2188 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, 0, in hostapd_ctrl_reset_pn() 2195 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, in hostapd_ctrl_reset_pn() 2272 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, 0, in restore_tk() 2297 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_m1() 2327 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_m3() 2357 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_group_m1()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpas_glue.c | 555 wpa_s->last_tk_key_idx = key_idx; in wpa_supplicant_set_key()
|
H A D | wpa_supplicant_i.h | 1353 int last_tk_key_idx; member
|
H A D | ctrl_iface.c | 1017 res = os_snprintf(buf, buflen, "%d", wpa_s->last_tk_key_idx); in wpa_supplicant_ctrl_iface_get() 10292 wpa_s->last_tk_key_idx, 1, zero, 6, in wpas_ctrl_reset_pn() 10300 wpa_s->last_tk_key_idx, 1, zero, 6, in wpas_ctrl_reset_pn()
|