Searched refs:auth_req (Results 1 – 8 of 8) sorted by relevance
35 __u8 auth_req; member106 __u8 auth_req; member
707 req->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()718 rsp->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()1058 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys()1719 req->auth_req = SMP_AUTH_CT2; in build_bredr_pairing_cmd()1731 rsp->auth_req = SMP_AUTH_CT2; in build_bredr_pairing_cmd()1763 auth = req->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_req()1794 if (req->auth_req & SMP_AUTH_CT2) in smp_cmd_pairing_req()1814 if (rsp.auth_req & SMP_AUTH_SC) { in smp_cmd_pairing_req()1817 if (rsp.auth_req & SMP_AUTH_CT2) in smp_cmd_pairing_req()1953 auth = rsp->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_rsp()[all …]
151 struct cfg80211_auth_request auth_req = {}; in cfg80211_conn_do_work() local172 auth_req.key = params->key; in cfg80211_conn_do_work()173 auth_req.key_len = params->key_len; in cfg80211_conn_do_work()174 auth_req.key_idx = params->key_idx; in cfg80211_conn_do_work()175 auth_req.auth_type = params->auth_type; in cfg80211_conn_do_work()176 auth_req.bss = cfg80211_get_bss(&rdev->wiphy, params->channel, in cfg80211_conn_do_work()181 auth_req.link_id = -1; in cfg80211_conn_do_work()182 err = cfg80211_mlme_auth(rdev, wdev->netdev, &auth_req); in cfg80211_conn_do_work()183 cfg80211_put_bss(&rdev->wiphy, auth_req.bss); in cfg80211_conn_do_work()
160 struct ahash_request auth_req; member1776 atmel_sha_authenc_abort(&rctx->auth_req); in atmel_aes_authenc_complete()1794 return atmel_sha_authenc_schedule(&rctx->auth_req, ctx->auth, in atmel_aes_authenc_start()1813 return atmel_sha_authenc_init(&rctx->auth_req, in atmel_aes_authenc_init()1869 return atmel_sha_authenc_final(&rctx->auth_req, in atmel_aes_authenc_digest()
436 u32 auth_req:8; member
414 bfa_boolean_t auth_req; /* authentication required */ member
913 fabric->is_auth = fabric->lps->auth_req; in bfa_cb_lps_flogi_comp()
1533 lps->auth_req = rsp->auth_req; in bfa_lps_login_rsp()