Searched refs:wpa_auth_get_seqnum (Results 1 – 2 of 2) sorted by relevance
| /hostap-latest/src/ap/ |
| D | wpa_auth.c | 312 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum() function 3403 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, 4081 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, rsc) < 0) 4112 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_bigtk, rsc) < 0) 4223 if (wpa_auth_get_seqnum(a, NULL, gsm->GN, rsc) < 0) 4235 if (wpa_auth_get_seqnum(a, NULL, gsm->GN_igtk, rsc) < 0) 4251 if (wpa_auth_get_seqnum(a, NULL, gsm->GN_bigtk, rsc) < 0) 4692 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); 5344 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); 5694 if (wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, pos) != 0) [all …]
|
| D | wpa_auth_ft.c | 2206 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum() function 2289 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, subelem + 5); in wpa_ft_gtk_subelem() 2338 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos); in wpa_ft_igtk_subelem() 2399 wpa_auth_get_seqnum(wpa_auth, NULL, gsm->GN_bigtk, pos); in wpa_ft_bigtk_subelem()
|