Searched refs:NAN_IDENTITY_NONCE_LEN (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_nan.h | 70 #define NAN_IDENTITY_NONCE_LEN 8 macro 2086 u8 nonce[NAN_IDENTITY_NONCE_LEN];
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 1416 NAN_IDENTITY_NONCE_LEN); in handleEvent() 1418 NAN_IDENTITY_NONCE_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() 6838 NAN_IDENTITY_NONCE_LEN); in handleEvent() 6839 prhex("NIRA nonce", subscribe_event.nira.nonce, NAN_IDENTITY_NONCE_LEN); in handleEvent() 7198 NAN_IDENTITY_NONCE_LEN); in handleEvent() 7200 NAN_IDENTITY_NONCE_LEN); in handleEvent()
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 6294 prhex_msg("NIRA nonce", event->nira.nonce, NAN_IDENTITY_NONCE_LEN); in OnNanEventMatch() 6441 prhex_msg(" NIRA nonce", (u8 *)event->nira.nonce, NAN_IDENTITY_NONCE_LEN); in OnNanEventPairingIndication()
|