Searched refs:wpa_auth_get_seqnum (Results 1 – 2 of 2) sorted by relevance
/netbsd/external/bsd/wpa/dist/src/ap/ |
H A D | wpa_auth.c | 148 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum() function 2676 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, in fils_prepare_plainbuf() 3075 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, rsc) < 0) in ieee80211w_kde_add() 3169 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE() 3563 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE() 3857 if (wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, pos) != 0) in wpa_wnmsleep_gtk_subelem() 3887 if (wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos) != 0) in wpa_wnmsleep_igtk_subelem()
|
H A D | wpa_auth_ft.c | 2156 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum() function 2220 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, subelem + 5); in wpa_ft_gtk_subelem() 2267 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos); in wpa_ft_igtk_subelem()
|