Searched refs:prhex (Results 1 – 6 of 6) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 570 prhex("Salt", salt, NAN_SECURITY_SALT_SIZE); in passphrase_to_pmk() 1112 prhex(NULL, mParams->sdea_service_specific_info, in createBootstrappingIndResponse() 1135 prhex("Cookie:", mParams->cookie, mParams->cookie_length); in createBootstrappingIndResponse() 1232 prhex(NULL, mParams->sdea_service_specific_info, in createBootstrappingRequest() 1255 prhex("Cookie:", mParams->cookie, mParams->cookie_length); in createBootstrappingRequest() 1412 prhex("NIRA tag", pairing_request_event.nira.tag, NAN_IDENTITY_TAG_LEN); in handleEvent() 1417 prhex("NIRA nonce", pairing_request_event.nira.nonce, in handleEvent() 1480 prhex("Peer NIK:", in handleEvent() 1487 prhex("Local NIK:", in handleEvent() 1521 prhex("NPK", (u8 *)pairing_confirm_event.npk_security_association.npk.pmk, in handleEvent() [all …]
|
D | common.cpp | 311 void prhex(const char *msg, u8 *buf, u32 nbytes) in prhex() function
|
D | common.h | 627 void prhex(const char *msg, u8 *buf, u32 nbytes);
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 484 static void prhex(const char *msg, u8 *buf, u32 nbytes); 504 prhex("Salt", salt, NAN_SECURITY_SALT_SIZE); in passphrase_to_pmk() 521 prhex("PMK_HEX", pmk_hex, 32); in passphrase_to_pmk() 753 prhex(NULL, mParams->rx_match_filter, mParams->rx_match_filter_len); in createPublishRequest() 770 prhex(NULL, mParams->tx_match_filter, mParams->tx_match_filter_len); in createPublishRequest() 874 prhex(NULL, mParams->scid, mParams->scid_len); in createPublishRequest() 928 … prhex(NULL, mParams->sdea_service_specific_info, mParams->sdea_service_specific_info_len); in createPublishRequest() 1117 prhex(NULL, mParams->rx_match_filter, mParams->rx_match_filter_len); in createSubscribeRequest() 1134 prhex(NULL, mParams->tx_match_filter, mParams->tx_match_filter_len); in createSubscribeRequest() 1156 prhex(NULL, (u8 *)mParams->intf_addr, in createSubscribeRequest() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1113 prhex(NULL, PKTDATA(osh, p), PKTLEN(osh, p)); in prpkt() 1736 prhex(const char *msg, uchar *buf, uint nbytes) in prhex() function
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 807 extern void prhex(const char *msg, uchar *buf, uint len);
|