Searched refs:auth_req (Results 1 – 6 of 6) sorted by relevance
2890 struct ndis_80211_auth_request *auth_req; in rndis_wlan_auth_indication() local2904 while (buflen >= sizeof(*auth_req)) { in rndis_wlan_auth_indication()2905 auth_req = (void *)buf; in rndis_wlan_auth_indication()2906 if (buflen < le32_to_cpu(auth_req->length)) in rndis_wlan_auth_indication()2909 flags = le32_to_cpu(auth_req->flags); in rndis_wlan_auth_indication()2927 type, le32_to_cpu(auth_req->flags)); in rndis_wlan_auth_indication()2934 auth_req->bssid, in rndis_wlan_auth_indication()2944 auth_req->bssid, in rndis_wlan_auth_indication()2949 buflen -= le32_to_cpu(auth_req->length); in rndis_wlan_auth_indication()2950 buf += le32_to_cpu(auth_req->length); in rndis_wlan_auth_indication()
172 struct ahash_request auth_req; member1975 atmel_sha_authenc_abort(&rctx->auth_req); in atmel_aes_authenc_complete()1993 return atmel_sha_authenc_schedule(&rctx->auth_req, ctx->auth, in atmel_aes_authenc_start()2012 return atmel_sha_authenc_init(&rctx->auth_req, in atmel_aes_authenc_init()2068 return atmel_sha_authenc_final(&rctx->auth_req, in atmel_aes_authenc_digest()
436 u32 auth_req:8; member
394 bfa_boolean_t auth_req; /* authentication required */ member
913 fabric->is_auth = fabric->lps->auth_req; in bfa_cb_lps_flogi_comp()
1547 lps->auth_req = rsp->auth_req; in bfa_lps_login_rsp()