Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c1191 const u8 *key_rsc; in wpa_supplicant_install_ptk() local
1225 key_rsc = null_rsc; in wpa_supplicant_install_ptk()
1227 key_rsc = key->key_rsc; in wpa_supplicant_install_ptk()
1228 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen); in wpa_supplicant_install_ptk()
1232 sm->keyidx_active, 1, key_rsc, rsclen, sm->ptk.tk, in wpa_supplicant_install_ptk()
1331 const u8 *key_rsc, int wnm_sleep) in wpa_supplicant_install_gtk() argument
1352 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len); in wpa_supplicant_install_gtk()
1362 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1372 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1398 const u8 *key_rsc, int wnm_sleep) in wpa_supplicant_install_mlo_gtk() argument
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dd3.c1462 __le64 *key_rsc) in iwl_mld_aes_seq_to_le64_pn() argument
1470 key_rsc[i] = cpu_to_le64((u64)pn[5] | in iwl_mld_aes_seq_to_le64_pn()
1481 struct ieee80211_key_conf *key, __le64 *key_rsc) in iwl_mld_suspend_set_ucast_pn() argument
1509 key_rsc[tid] = cpu_to_le64((u64)max_pn[5] | in iwl_mld_suspend_set_ucast_pn()
1541 __le64 *key_rsc; in iwl_mld_suspend_key_data_iter() local
1557 key_rsc = data->rsc->ucast_rsc; in iwl_mld_suspend_key_data_iter()
1559 iwl_mld_suspend_convert_tkip_ipn(key, key_rsc); in iwl_mld_suspend_key_data_iter()
1562 key_rsc); in iwl_mld_suspend_key_data_iter()
1579 key_rsc = data->rsc->mcast_rsc[data->gtks % 2]; in iwl_mld_suspend_key_data_iter()
1592 iwl_mld_suspend_convert_tkip_ipn(key, key_rsc); in iwl_mld_suspend_key_data_iter()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h314 const u8 *key_rsc, const u8 *nonce,
H A Dwpa_auth.c1966 const u8 *key_rsc, const u8 *nonce, argument
2064 if (key_rsc)
2065 os_memcpy(key->key_rsc, key_rsc, WPA_KEY_RSC_LEN);
2194 const u8 *key_rsc, const u8 *nonce, argument
2218 __wpa_send_eapol(wpa_auth, sm, key_info, key_rsc, nonce, kde, kde_len,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.h435 u8 key_rsc[16]; member
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h234 u8 key_rsc[WPA_KEY_RSC_LEN]; member