Home
last modified time | relevance | path

Searched refs:npk_security_association (Results 1 – 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1478 memcpy(pairing_confirm_event.npk_security_association.peer_nan_identity_key, in handleEvent()
1481 pairing_confirm_event.npk_security_association.peer_nan_identity_key, in handleEvent()
1485 … memcpy(pairing_confirm_event.npk_security_association.local_nan_identity_key, in handleEvent()
1488 pairing_confirm_event.npk_security_association.local_nan_identity_key, in handleEvent()
1493 pairing_confirm_event.npk_security_association.akm = (NanAkm)it.get_u8(); in handleEvent()
1494 if ((pairing_confirm_event.npk_security_association.akm > in handleEvent()
1495 PASN) || (pairing_confirm_event.npk_security_association.akm < in handleEvent()
1498 pairing_confirm_event.npk_security_association.akm); in handleEvent()
1505 pairing_confirm_event.npk_security_association.cipher_type = csid; in handleEvent()
1515 pairing_confirm_event.npk_security_association.npk.pmk_len = pmk_len; in handleEvent()
[all …]
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2919 NpkSecurityAssociation npk_security_association; member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6453 prhex_msg(" Peer NIK", event->npk_security_association.peer_nan_identity_key, in OnNanEventPairingConfirmation()
6455 prhex_msg(" Local NIK", event->npk_security_association.local_nan_identity_key, in OnNanEventPairingConfirmation()
6457 printMsg(" akm = %d\n", event->npk_security_association.akm); in OnNanEventPairingConfirmation()
6458 printMsg(" csid = %d\n", event->npk_security_association.cipher_type); in OnNanEventPairingConfirmation()
6459 prhex_msg(" NPK", (u8 *)event->npk_security_association.npk.pmk, in OnNanEventPairingConfirmation()
6460 event->npk_security_association.npk.pmk_len); in OnNanEventPairingConfirmation()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp3441 if (!convertLegacyNpsaToAidl(legacy_ind.npk_security_association, &aidl_ind->npksa)) { in convertLegacyNanPairingConfirmIndToAidl()