Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/nan/
H A Dnan_pairing.c1454 if (nik_kde->cipher_ver != NAN_NIRA_CIPHER_VER_128) { in nan_pairing_followup_rx()
1457 nik_kde->cipher_ver); in nan_pairing_followup_rx()
1480 nik_kde->cipher_ver, be_to_host32(lifetime_kde->lifetime_sec), in nan_pairing_followup_rx()
H A Dnan.h713 size_t nik_len, int cipher_ver,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnotify.h209 int cipher_ver, int akmp,
H A Dnotify.c1319 int cipher_ver, int akmp, in wpas_notify_nan_nik_received() argument
1340 nik_hex, cipher_ver, in wpas_notify_nan_nik_received()
H A Dnan_supplicant.c1088 int cipher_ver, in wpas_nan_update_pairing_credentials_cb() argument
1095 if (!nik || cipher_ver != NAN_NIRA_CIPHER_VER_128 || in wpas_nan_update_pairing_credentials_cb()
1103 nik_lifetime, cipher_ver); in wpas_nan_update_pairing_credentials_cb()
1136 ik->dik_cipher = cipher_ver; in wpas_nan_update_pairing_credentials_cb()
1143 wpas_notify_nan_nik_received(wpa_s, nik, nik_len, cipher_ver, akmp, in wpas_nan_update_pairing_credentials_cb()
/freebsd/contrib/wpa/src/common/
H A Dnan_defs.h645 u8 cipher_ver; member