Home
last modified time | relevance | path

Searched refs:P2pDeviceLostParam (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h146 struct P2pDeviceLostParam { struct
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h152 struct P2pDeviceLostParam *deviceLostParam, const char *ifName);
H A Dwpa_p2p_cmd.c1713 static int32_t WpaFillP2pDeviceLostParam(struct P2pDeviceLostParam *deviceLostParam, in WpaFillP2pDeviceLostParam()
2146 struct P2pDeviceLostParam *deviceLostParam, const char *ifName) in ProcessEventP2pDeviceLost()
H A Dwpa_common_cmd.c1715 ret = ProcessEventP2pDeviceLost(pos, (struct P2pDeviceLostParam *)data, ifName); in HdfP2pDealEvent()