Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c47 const struct HdiP2pGoNegotiationRequestParam *goNegotiationRequestParam, const char *ifName) in P2pCallbackGoNegotiationRequest()
50 if (goNegotiationRequestParam == NULL || ifName == NULL) { in P2pCallbackGoNegotiationRequest()
54 HDF_LOGE("%{public}s: srcAddress=" MACSTR, __func__, MAC2STR(goNegotiationRequestParam->srcAddress)); in P2pCallbackGoNegotiationRequest()
46 P2pCallbackGoNegotiationRequest(struct IWpaCallback *self, const struct HdiP2pGoNegotiationRequestParam *goNegotiationRequestParam, const char *ifName) P2pCallbackGoNegotiationRequest() argument
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h155 struct P2pGoNegotiationRequestParam *goNegotiationRequestParam, const char *ifName);
H A Dwpa_p2p_cmd.c1737 static int32_t WpaFillP2pGoNegotiationRequestParam(struct P2pGoNegotiationRequestParam *goNegotiationRequestParam, in WpaFillP2pGoNegotiationRequestParam() argument
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()
1748 goNegotiationRequestParam->srcAddress, ETH_ADDR_LEN) != HDF_SUCCESS) { in WpaFillP2pGoNegotiationRequestParam()
2164 struct P2pGoNegotiationRequestParam *goNegotiationRequestParam, const char *ifName) in ProcessEventP2pGoNegotiationRequest()
2172 if (WpaFillP2pGoNegotiationRequestParam(goNegotiationRequestParam, in ProcessEventP2pGoNegotiationRequest()
2174 HDF_LOGE("%{public}s: hdiP2pGoNegotiationRequestParam is NULL or goNegotiationRequestParam fialed!", __func__); in ProcessEventP2pGoNegotiationRequest()
2163 ProcessEventP2pGoNegotiationRequest(struct HdfWpaRemoteNode *node, struct P2pGoNegotiationRequestParam *goNegotiationRequestParam, const char *ifName) ProcessEventP2pGoNegotiationRequest() argument

Completed in 9 milliseconds