Searched refs:last_tk_key_idx (Results 1 – 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | sta_info.h | 278 int last_tk_key_idx; member
|
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_standard/src/ap/ |
D | sta_info.h | 319 int last_tk_key_idx; member
|
D | wpa_auth_glue.c | 480 sta->last_tk_key_idx = idx; in hostapd_wpa_auth_set_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
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/ |
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/ |
D | wpa_supplicant_i.h | 1117 int last_tk_key_idx; member
|
D | wpas_glue.c | 513 wpa_s->last_tk_key_idx = key_idx; in wpa_supplicant_set_key()
|
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/ |
D | wpa_supplicant_i.h | 1356 int last_tk_key_idx; member
|
D | wpas_glue.c | 545 wpa_s->last_tk_key_idx = key_idx; in wpa_supplicant_set_key()
|
D | ctrl_iface.c | 997 res = os_snprintf(buf, buflen, "%d", wpa_s->last_tk_key_idx); in wpa_supplicant_ctrl_iface_get() 10238 wpa_s->last_tk_key_idx, 1, zero, 6, 10245 wpa_s->last_tk_key_idx, 1, zero, 6,
|