Searched defs:authenticator (Results 1 – 10 of 10) sorted by relevance
16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator()
35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member
766 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) in wps_validate_authenticator()
206 authenticator: null, property
22 u8 authenticator[16]; member
875 u_char authResponse[], int authenticator) { in ChapMS2()