/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.h | 319 int last_tk_key_idx; member
|
H A D | wpa_auth_glue.c | 482 sta->last_tk_key_idx = idx; in hostapd_wpa_auth_set_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.h | 278 int last_tk_key_idx; member
|
H A D | wpa_auth_glue.c | 378 sta->last_tk_key_idx = idx; in hostapd_wpa_auth_set_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 2174 sta->addr, sta->last_tk_key_idx, 1, NULL, 0, in hostapd_ctrl_reset_pn() 2180 sta->addr, sta->last_tk_key_idx, 1, NULL, 0, in hostapd_ctrl_reset_pn() 2244 sta->addr, sta->last_tk_key_idx, 1, NULL, 0, in restore_tk() 2268 sta->addr, sta->last_tk_key_idx, 0, NULL, 0, in hostapd_ctrl_resend_m1() 2298 sta->addr, sta->last_tk_key_idx, 0, NULL, 0, in hostapd_ctrl_resend_m3() 2328 sta->addr, sta->last_tk_key_idx, 0, NULL, 0, in hostapd_ctrl_resend_group_m1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 2401 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, 0, in hostapd_ctrl_reset_pn() 2408 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, in hostapd_ctrl_reset_pn() 2485 sta->addr, sta->last_tk_key_idx, 0, 1, NULL, 0, in restore_tk() 2510 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_m1() 2540 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_m3() 2570 sta->addr, sta->last_tk_key_idx, 0, 0, NULL, in hostapd_ctrl_resend_group_m1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 1117 int last_tk_key_idx; member
|
H A D | wpas_glue.c | 513 wpa_s->last_tk_key_idx = key_idx; in wpa_supplicant_set_key()
|
H A D | ctrl_iface.c | 9297 wpa_s->last_tk_key_idx, 1, zero, 6, in wpas_ctrl_reset_pn() 9303 wpa_s->last_tk_key_idx, 1, zero, 6, in wpas_ctrl_reset_pn()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 1389 int last_tk_key_idx; member
|
H A D | wpas_glue.c | 557 wpa_s->last_tk_key_idx = key_idx; in wpa_supplicant_set_key()
|
H A D | ctrl_iface.c | 1016 } else if (os_strcasecmp(cmd, "last_tk_key_idx") == 0) { in wpa_supplicant_ctrl_iface_get() 1017 res = os_snprintf(buf, buflen, "%d", wpa_s->last_tk_key_idx); in wpa_supplicant_ctrl_iface_get() 10428 wpa_s->last_tk_key_idx, 1, zero, 6, 10439 wpa_s->last_tk_key_idx, 1, zero, 6,
|