Searched refs:last_tk_alg (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | sta_info.h | 329 enum wpa_alg last_tk_alg; member
|
| H A D | wpa_auth_glue.c | 635 sta->last_tk_alg = alg; in hostapd_wpa_auth_set_key()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 2165 if (sta->last_tk_alg == WPA_ALG_NONE) in hostapd_ctrl_reset_pn() 2173 if (hostapd_drv_set_key(hapd->conf->iface, hapd, sta->last_tk_alg, in hostapd_ctrl_reset_pn() 2180 return hostapd_drv_set_key(hapd->conf->iface, hapd, sta->last_tk_alg, in hostapd_ctrl_reset_pn() 2257 hostapd_drv_set_key(hapd->conf->iface, hapd, sta->last_tk_alg, in restore_tk() 2277 if (plain && sta->last_tk_alg == WPA_ALG_NONE) in hostapd_ctrl_resend_m1() 2307 if (plain && sta->last_tk_alg == WPA_ALG_NONE) in hostapd_ctrl_resend_m3() 2337 if (plain && sta->last_tk_alg == WPA_ALG_NONE) in hostapd_ctrl_resend_group_m1()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wpas_glue.c | 579 wpa_s->last_tk_alg = alg; in wpa_supplicant_set_key()
|
| H A D | wpa_supplicant_i.h | 1442 enum wpa_alg last_tk_alg; member
|
| H A D | ctrl_iface.c | 10536 if (wpa_s->last_tk_alg == WPA_ALG_NONE) in wpas_ctrl_reset_pn() 10544 if (wpa_drv_set_key(wpa_s, -1, wpa_s->last_tk_alg, wpa_s->last_tk_addr, in wpas_ctrl_reset_pn() 10551 return wpa_drv_set_key(wpa_s, -1, wpa_s->last_tk_alg, in wpas_ctrl_reset_pn()
|
| H A D | events.c | 438 wpa_s->last_tk_alg = WPA_ALG_NONE; in wpa_supplicant_mark_disassoc()
|