Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h188 struct P2pServDiscRespParam *servDiscRespParam, const char *ifName);
H A Dwpa_p2p_cmd.c2042 static int32_t WpaFillP2pServDiscRespParam(struct P2pServDiscRespParam *servDiscRespParam, in WpaFillP2pServDiscRespParam() argument
2046 if (servDiscRespParam == NULL || hdiP2pServDiscRespParam == NULL) { in WpaFillP2pServDiscRespParam()
2047 HDF_LOGE("%{public}s: servDiscRespParam or hdiP2pServDiscRespParam is NULL!", __func__); in WpaFillP2pServDiscRespParam()
2050 hdiP2pServDiscRespParam->updateIndicator = servDiscRespParam->updateIndicator; in WpaFillP2pServDiscRespParam()
2054 servDiscRespParam->srcAddress, ETH_ADDR_LEN) != HDF_SUCCESS) { in WpaFillP2pServDiscRespParam()
2060 servDiscRespParam->tlvs, WIFI_P2P_TLVS_LENGTH) != HDF_SUCCESS) { in WpaFillP2pServDiscRespParam()
2362 struct P2pServDiscRespParam *servDiscRespParam, const char *ifName) in ProcessEventP2pServDiscResp()
2370 if (WpaFillP2pServDiscRespParam(servDiscRespParam, &hdiP2pServDiscRespParam) != HDF_SUCCESS) { in ProcessEventP2pServDiscResp()
2371 HDF_LOGE("%{public}s: hdiP2pServDiscRespParam is NULL or servDiscRespParam fialed!", __func__); in ProcessEventP2pServDiscResp()
2361 ProcessEventP2pServDiscResp(struct HdfWpaRemoteNode *node, struct P2pServDiscRespParam *servDiscRespParam, const char *ifName) ProcessEventP2pServDiscResp() argument

Completed in 5 milliseconds