Searched refs:deviceLostParam (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 35 const struct HdiP2pDeviceLostParam *deviceLostParam, const char *ifName) in P2pCallbackDeviceLost() 38 if (deviceLostParam == NULL || ifName == NULL) { in P2pCallbackDeviceLost() 42 HDF_LOGE("%{public}s: p2pDeviceAddress=" MACSTR, __func__, MAC2STR(deviceLostParam->p2pDeviceAddress)); in P2pCallbackDeviceLost() 34 P2pCallbackDeviceLost(struct IWpaCallback *self, const struct HdiP2pDeviceLostParam *deviceLostParam, const char *ifName) P2pCallbackDeviceLost() argument
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.h | 152 struct P2pDeviceLostParam *deviceLostParam, const char *ifName);
|
H A D | wpa_p2p_cmd.c | 1713 static int32_t WpaFillP2pDeviceLostParam(struct P2pDeviceLostParam *deviceLostParam,
in WpaFillP2pDeviceLostParam() argument 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() 1724 deviceLostParam->p2pDeviceAddress, ETH_ADDR_LEN) != HDF_SUCCESS) {
in WpaFillP2pDeviceLostParam() 2146 struct P2pDeviceLostParam *deviceLostParam, const char *ifName)
in ProcessEventP2pDeviceLost() 2154 if (WpaFillP2pDeviceLostParam(deviceLostParam, &hdiP2pDeviceLostParam) != HDF_SUCCESS) {
in ProcessEventP2pDeviceLost() 2155 HDF_LOGE("%{public}s: hdiP2pDeviceLostParam is NULL or deviceLostParam fialed!", __func__);
in ProcessEventP2pDeviceLost() 2145 ProcessEventP2pDeviceLost(struct HdfWpaRemoteNode *node, struct P2pDeviceLostParam *deviceLostParam, const char *ifName) ProcessEventP2pDeviceLost() argument
|
Completed in 5 milliseconds