Lines Matching refs:prhex
514 static void prhex(const char *msg, u8 *buf, u32 nbytes);
534 prhex("Salt", salt, NAN_SECURITY_SALT_SIZE); in passphrase_to_pmk()
551 prhex("PMK_HEX", pmk_hex, 32); in passphrase_to_pmk()
759 prhex(NULL, mParams->rx_match_filter, mParams->rx_match_filter_len); in createPublishRequest()
776 prhex(NULL, mParams->tx_match_filter, mParams->tx_match_filter_len); in createPublishRequest()
875 prhex(NULL, mParams->scid, mParams->scid_len); in createPublishRequest()
929 … prhex(NULL, mParams->sdea_service_specific_info, mParams->sdea_service_specific_info_len); in createPublishRequest()
1118 prhex(NULL, mParams->rx_match_filter, mParams->rx_match_filter_len); in createSubscribeRequest()
1135 prhex(NULL, mParams->tx_match_filter, mParams->tx_match_filter_len); in createSubscribeRequest()
1157 prhex(NULL, (u8 *)mParams->intf_addr, in createSubscribeRequest()
1187 prhex(NULL, mParams->scid, mParams->scid_len); in createSubscribeRequest()
1271 … prhex(NULL, mParams->sdea_service_specific_info, mParams->sdea_service_specific_info_len); in createSubscribeRequest()
1358 prhex(NULL, mParams->service_specific_info, mParams->service_specific_info_len); in createTransmitFollowupRequest()
1396 … prhex(NULL, mParams->sdea_service_specific_info, mParams->sdea_service_specific_info_len); in createTransmitFollowupRequest()
1965 prhex(NULL, mParams->service_name, mParams->service_name_len); in createDataPathInitRequest()
2017 prhex("PMK", pmk_hex, NAN_PMK_INFO_LEN); in createDataPathInitRequest()
2111 prhex(NULL, mParams->service_name, mParams->service_name_len); in createDataPathIndResponse()
3428 prhex("sdfInd.data.frame_data: ", (u8*)sdfInd.data.frame_data, in handleEvent()
3465 static void prhex(const char *msg, u8 *buf, u32 nbytes) in prhex() function
3735 prhex("svc_hash:", svc_hash, NAN_SVC_HASH_SIZE); in get_svc_hash()
3926 prhex("rx_match_filter", msg->rx_match_filter, msg->rx_match_filter_len); in dump_NanPublishRequest()
3929 prhex("tx_match_filter", msg->tx_match_filter, msg->tx_match_filter_len); in dump_NanPublishRequest()
3984 prhex("rx_match_filter", msg->rx_match_filter, msg->rx_match_filter_len); in dump_NanSubscribeRequest()
3987 prhex("tx_match_filter", msg->tx_match_filter, msg->tx_match_filter_len); in dump_NanSubscribeRequest()
4064 prhex("dp app info=: ", (u8*)msg->app_info.ndp_app_info, in dump_NanDataPathInitiatorRequest()
4093 prhex("dp app info=: ", (u8*)msg->app_info.ndp_app_info, in dump_NanDataPathIndicationResponse()
4850 prhex("sdfInd.data.frame_data: ", (u8*)sdfInd.data.frame_data, in handleEvent()