Searched refs:auth_msg (Results 1 – 5 of 5) sorted by relevance
45 u8 *auth_msg; /* IEEE 802.11 authentication frame from station */ member107 os_free(query->auth_msg); in hostapd_acl_query_free()313 query->auth_msg = os_memdup(msg, len); in hostapd_allowed_address()314 if (!query->auth_msg) { in hostapd_allowed_address()632 ieee802_11_mgmt(hapd, query->auth_msg, query->auth_msg_len, in hostapd_acl_recv_radius()
223 if (creds.auth_msg && rqst->rq_proc == AUTH_GSSAPI_EXIT) { in gssrpc__svcauth_gssapi()238 if (creds.auth_msg && rqst->rq_proc == AUTH_GSSAPI_INIT) { in gssrpc__svcauth_gssapi()287 if (creds.auth_msg == FALSE) { in gssrpc__svcauth_gssapi()574 if (creds.auth_msg == TRUE) { in gssrpc__svcauth_gssapi()
494 bool_t auth_msg, in marshall_new_creds() argument504 creds.auth_msg = auth_msg; in marshall_new_creds()
62 ! xdr_bool(xdrs, &creds->auth_msg) || in xdr_authgssapi_creds()
34 bool_t auth_msg; member