Lines Matching refs:prhex

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()
928prhex(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()
1307prhex(NULL, mParams->sdea_service_specific_info, mParams->sdea_service_specific_info_len); in createSubscribeRequest()
1394 prhex(NULL, mParams->service_specific_info, mParams->service_specific_info_len); in createTransmitFollowupRequest()
1432prhex(NULL, mParams->sdea_service_specific_info, mParams->sdea_service_specific_info_len); in createTransmitFollowupRequest()
2007 prhex(NULL, mParams->service_name, mParams->service_name_len); in createDataPathInitRequest()
2059 prhex("PMK", pmk_hex, NAN_PMK_INFO_LEN); in createDataPathInitRequest()
2173 prhex(NULL, mParams->service_name, mParams->service_name_len); in createDataPathIndResponse()
2240 prhex(NULL, mParams->scid, mParams->scid_len); in createDataPathIndResponse()
3563 prhex("sdfInd.data.frame_data: ", (u8*)sdfInd.data.frame_data, in handleEvent()
3602 static void prhex(const char *msg, u8 *buf, u32 nbytes) in prhex() function
3870 prhex("svc_hash:", svc_hash, NAN_SVC_HASH_SIZE); in get_svc_hash()
4079 prhex("rx_match_filter", msg->rx_match_filter, msg->rx_match_filter_len); in dump_NanPublishRequest()
4083 prhex("tx_match_filter", msg->tx_match_filter, msg->tx_match_filter_len); in dump_NanPublishRequest()
4141 prhex("rx_match_filter", msg->rx_match_filter, msg->rx_match_filter_len); in dump_NanSubscribeRequest()
4144 prhex("tx_match_filter", msg->tx_match_filter, msg->tx_match_filter_len); in dump_NanSubscribeRequest()
4221 prhex("dp app info=: ", (u8*)msg->app_info.ndp_app_info, in dump_NanDataPathInitiatorRequest()
4254 prhex("dp app info=: ", (u8*)msg->app_info.ndp_app_info, in dump_NanDataPathIndicationResponse()
4997 prhex("sdfInd.data.frame_data: ", (u8*)sdfInd.data.frame_data, in handleEvent()