Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1411 memcpy(pairing_request_event.nira.tag, it.get_data(), NAN_IDENTITY_TAG_LEN); in handleEvent()
1412 prhex("NIRA tag", pairing_request_event.nira.tag, NAN_IDENTITY_TAG_LEN); in handleEvent()
1415 memcpy(pairing_request_event.nira.nonce, it.get_data(), in handleEvent()
1417 prhex("NIRA nonce", pairing_request_event.nira.nonce, in handleEvent()
3001 memcpy(subscribe_event.nira.tag, it.get_data(), NAN_IDENTITY_TAG_LEN); in handleEvent()
3002 prhex("NIRA tag", subscribe_event.nira.tag, NAN_IDENTITY_TAG_LEN); in handleEvent()
3005 memcpy(subscribe_event.nira.nonce, it.get_data(), NAN_IDENTITY_NONCE_LEN); in handleEvent()
3006 prhex("NIRA nonce", subscribe_event.nira.nonce, NAN_IDENTITY_NONCE_LEN); in handleEvent()
6833 memcpy(subscribe_event.nira.tag, it.get_data(), NAN_IDENTITY_TAG_LEN); in handleEvent()
6834 prhex("NIRA tag", subscribe_event.nira.tag, NAN_IDENTITY_TAG_LEN); in handleEvent()
[all …]
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2222 NanIdentityResolutionAttribute nira; member
2873 NanIdentityResolutionAttribute nira; member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6294 prhex_msg("NIRA nonce", event->nira.nonce, NAN_IDENTITY_NONCE_LEN); in OnNanEventMatch()
6295 prhex_msg("NIRA tag", event->nira.tag, NAN_IDENTITY_TAG_LEN); in OnNanEventMatch()
6441 prhex_msg(" NIRA nonce", (u8 *)event->nira.nonce, NAN_IDENTITY_NONCE_LEN); in OnNanEventPairingIndication()
6442 prhex_msg(" NIRA tag", (u8 *)event->nira.tag, NAN_IDENTITY_TAG_LEN); in OnNanEventPairingIndication()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp2334 if (!convertLegacyNiraToAidl(legacy_ind.nira, &aidl_ind->peerNira)) { in convertLegacyNanMatchIndToAidl()
3421 if (!convertLegacyNiraToAidl(legacy_ind.nira, &aidl_ind->peerNira)) { in convertLegacyNanPairingRequestIndToAidl()