Home
last modified time | relevance | path

Searched refs:hdiP2pDeviceLostParam (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c1714 struct HdiP2pDeviceLostParam *hdiP2pDeviceLostParam) in WpaFillP2pDeviceLostParam()
1717 if (deviceLostParam == NULL || hdiP2pDeviceLostParam == NULL) { in WpaFillP2pDeviceLostParam()
1718 HDF_LOGE("%{public}s: deviceLostParam or hdiP2pDeviceLostParam is NULL!", __func__); in WpaFillP2pDeviceLostParam()
1721 hdiP2pDeviceLostParam->networkId = deviceLostParam->networkId; in WpaFillP2pDeviceLostParam()
1723 if (FillData(&hdiP2pDeviceLostParam->p2pDeviceAddress, &hdiP2pDeviceLostParam->p2pDeviceAddressLen, in WpaFillP2pDeviceLostParam()
1729 if (hdiP2pDeviceLostParam->p2pDeviceAddress != NULL) { in WpaFillP2pDeviceLostParam()
1730 OsalMemFree(hdiP2pDeviceLostParam->p2pDeviceAddress); in WpaFillP2pDeviceLostParam()
1731 hdiP2pDeviceLostParam->p2pDeviceAddress = NULL; in WpaFillP2pDeviceLostParam()
2148 struct HdiP2pDeviceLostParam hdiP2pDeviceLostParam in ProcessEventP2pDeviceLost() local
1713 WpaFillP2pDeviceLostParam(struct P2pDeviceLostParam *deviceLostParam, struct HdiP2pDeviceLostParam *hdiP2pDeviceLostParam) WpaFillP2pDeviceLostParam() argument
[all...]

Completed in 4 milliseconds