Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c1738 struct HdiP2pGoNegotiationRequestParam *hdiP2pGoNegotiationRequestParam) in WpaFillP2pGoNegotiationRequestParam()
1741 if (goNegotiationRequestParam == NULL || hdiP2pGoNegotiationRequestParam == NULL) { in WpaFillP2pGoNegotiationRequestParam()
1742 HDF_LOGE("%{public}s: goNegotiationRequestParam or hdiP2pGoNegotiationRequestParam is NULL!", __func__); in WpaFillP2pGoNegotiationRequestParam()
1745 hdiP2pGoNegotiationRequestParam->passwordId = goNegotiationRequestParam->passwordId; in WpaFillP2pGoNegotiationRequestParam()
1747 if (FillData(&hdiP2pGoNegotiationRequestParam->srcAddress, &hdiP2pGoNegotiationRequestParam->srcAddressLen, in WpaFillP2pGoNegotiationRequestParam()
1753 if (hdiP2pGoNegotiationRequestParam->srcAddress != NULL) { in WpaFillP2pGoNegotiationRequestParam()
1754 OsalMemFree(hdiP2pGoNegotiationRequestParam->srcAddress); in WpaFillP2pGoNegotiationRequestParam()
1755 hdiP2pGoNegotiationRequestParam->srcAddress = NULL; in WpaFillP2pGoNegotiationRequestParam()
2166 struct HdiP2pGoNegotiationRequestParam hdiP2pGoNegotiationRequestParam in ProcessEventP2pGoNegotiationRequest() local
1737 WpaFillP2pGoNegotiationRequestParam(struct P2pGoNegotiationRequestParam *goNegotiationRequestParam, struct HdiP2pGoNegotiationRequestParam *hdiP2pGoNegotiationRequestParam) WpaFillP2pGoNegotiationRequestParam() argument
[all...]

Completed in 4 milliseconds