Home
last modified time | relevance | path

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

/linux-6.1.9/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.h438 u8 fils_nonces[2 * FILS_NONCE_LEN]; member
Dmlme.c7085 if (req->fils_nonces) in ieee80211_mgd_assoc()
7086 memcpy(assoc_data->fils_nonces, req->fils_nonces, in ieee80211_mgd_assoc()
/linux-6.1.9/net/wireless/
Dtrace.h1268 __dynamic_array(u8, fils_nonces,
1269 req->fils_nonces ? 2 * FILS_NONCE_LEN : 0)
1293 if (req->fils_nonces)
1294 memcpy(__get_dynamic_array(fils_nonces),
1295 req->fils_nonces, 2 * FILS_NONCE_LEN);
Dnl80211.c10838 req.fils_nonces = in nl80211_associate()
/linux-6.1.9/include/net/
Dcfg80211.h2891 const u8 *fils_nonces; member