Searched refs:fils_nonces (Results 1 – 6 of 6) sorted by relevance
251 addr[2] = assoc_data->fils_nonces; in fils_encrypt_assoc_req()254 addr[3] = &assoc_data->fils_nonces[FILS_NONCE_LEN]; in fils_encrypt_assoc_req()305 addr[2] = &assoc_data->fils_nonces[FILS_NONCE_LEN]; in fils_decrypt_assoc_resp()308 addr[3] = assoc_data->fils_nonces; in fils_decrypt_assoc_resp()
480 u8 fils_nonces[2 * FILS_NONCE_LEN];482 u8 fils_nonces[2 * FILS_NONCE_LEN]; global() member
9861 if (req->fils_nonces) in ieee80211_mgd_assoc() 9862 memcpy(assoc_data->fils_nonces, req->fils_nonces, in ieee80211_mgd_assoc()
1411 __dynamic_array(u8, fils_nonces,1412 req->fils_nonces ? 2 * FILS_NONCE_LEN : 0)1437 if (req->fils_nonces)1438 memcpy(__get_dynamic_array(fils_nonces),1439 req->fils_nonces, 2 * FILS_NONCE_LEN);
12360 req.fils_nonces = in nl80211_associate()
3309 * @fils_nonces: FILS nonces (part of AAD) for protecting (Re)Association3336 const u8 *fils_nonces;3339 const u8 *fils_nonces; global() member