Searched refs:MsgPtr (Results 1 – 1 of 1) sorted by relevance
5530 tpSirExtWoWParams MsgPtr = qdf_mem_malloc(sizeof(*MsgPtr)); in sme_configure_ext_wow() local5532 if (!MsgPtr) in sme_configure_ext_wow()5545 qdf_mem_copy(MsgPtr, wlanExtParams, sizeof(*MsgPtr)); in sme_configure_ext_wow()5546 message.bodyptr = MsgPtr; in sme_configure_ext_wow()5555 qdf_mem_free(MsgPtr); in sme_configure_ext_wow()5562 qdf_mem_free(MsgPtr); in sme_configure_ext_wow()5583 tpSirAppType1Params MsgPtr = qdf_mem_malloc(sizeof(*MsgPtr)); in sme_configure_app_type1_params() local5585 if (!MsgPtr) in sme_configure_app_type1_params()5595 qdf_mem_copy(MsgPtr, wlanAppType1Params, sizeof(*MsgPtr)); in sme_configure_app_type1_params()5596 message.bodyptr = MsgPtr; in sme_configure_app_type1_params()[all …]