Home
last modified time | relevance | path

Searched refs:fils_nonces (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/net/mac80211/
Dfils_aead.c251 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()
Dieee80211_i.h437 u8 fils_nonces[2 * FILS_NONCE_LEN]; member
Dmlme.c7617 if (req->fils_nonces) in ieee80211_mgd_assoc()
7618 memcpy(assoc_data->fils_nonces, req->fils_nonces, in ieee80211_mgd_assoc()
/Linux-v6.6/net/wireless/
Dtrace.h1281 __dynamic_array(u8, fils_nonces,
1282 req->fils_nonces ? 2 * FILS_NONCE_LEN : 0)
1306 if (req->fils_nonces)
1307 memcpy(__get_dynamic_array(fils_nonces),
1308 req->fils_nonces, 2 * FILS_NONCE_LEN);
Dnl80211.c11068 req.fils_nonces = in nl80211_associate()
/Linux-v6.6/include/net/
Dcfg80211.h2981 const u8 *fils_nonces; member