Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h174 struct P2pGroupStartedParam { struct
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h173 struct P2pGroupStartedParam *groupStartedParam, const char *ifName);
H A Dwpa_p2p_cmd.c1847 static int32_t FillHdiP2pGroupInfoStartedParam(struct P2pGroupStartedParam *groupStartedParam, in FillHdiP2pGroupInfoStartedParam()
1895 static int32_t WpaFillP2pGroupInfoStartedParam(struct P2pGroupStartedParam *groupStartedParam, in WpaFillP2pGroupInfoStartedParam()
2276 struct P2pGroupStartedParam *groupStartedParam, const char *ifName) in ProcessEventP2pGroupStarted()
H A Dwpa_common_cmd.c1736 ret = ProcessEventP2pGroupStarted(pos, (struct P2pGroupStartedParam *)data, ifName); in HdfP2pDealEvent()