Home
last modified time | relevance | path

Searched refs:goNegotiationCompletedParam (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c59 const struct HdiP2pGoNegotiationCompletedParam *goNegotiationCompletedParam, const char *ifName) in P2pCallbackGoNegotiationCompleted() argument
62 if (goNegotiationCompletedParam == NULL || ifName == NULL) { in P2pCallbackGoNegotiationCompleted()
66 HDF_LOGE("%{public}s: status=%{public}d", __func__, goNegotiationCompletedParam->status); in P2pCallbackGoNegotiationCompleted()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/
H A Dwpa_callback_stub.c.txt668 struct HdiP2pGoNegotiationCompletedParam* goNegotiationCompletedParam = NULL;
671goNegotiationCompletedParam = (struct HdiP2pGoNegotiationCompletedParam*)OsalMemCalloc(sizeof(stru…
672 if (goNegotiationCompletedParam == NULL) {
673 HDF_LOGE("%{public}s: malloc goNegotiationCompletedParam failed", __func__);
677 …diP2pGoNegotiationCompletedParamBlockUnmarshalling(wpaCallbackData, goNegotiationCompletedParam)) {
678 HDF_LOGE("%{public}s: read goNegotiationCompletedParam failed!", __func__);
703 …kRet = serviceImpl->OnEventGoNegotiationCompleted(serviceImpl, goNegotiationCompletedParam, ifName…
710 if (goNegotiationCompletedParam != NULL) {
711 HdiP2pGoNegotiationCompletedParamFree(goNegotiationCompletedParam, true);
712 goNegotiationCompletedParam = NULL;
H A Diwpa_callback.h.txt123 … const struct HdiP2pGoNegotiationCompletedParam* goNegotiationCompletedParam, const char* ifName);
H A Dwpa_callback_service.c.txt95 … const struct HdiP2pGoNegotiationCompletedParam* goNegotiationCompletedParam, const char* ifName)
H A Dwpa_callback_proxy.c.txt687 … const struct HdiP2pGoNegotiationCompletedParam* goNegotiationCompletedParam, const char* ifName)
712 …!HdiP2pGoNegotiationCompletedParamBlockMarshalling(wpaCallbackData, goNegotiationCompletedParam)) {
713 HDF_LOGE("%{public}s: write goNegotiationCompletedParam failed!", __func__);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.h52 … const struct HdiP2pGoNegotiationCompletedParam *goNegotiationCompletedParam, const char* ifName);
H A Dwifi_hdi_wpa_callback.cpp520 const struct HdiP2pGoNegotiationCompletedParam *goNegotiationCompletedParam, const char* ifName) in OnEventGoNegotiationCompleted() argument
522 if (goNegotiationCompletedParam == nullptr) { in OnEventGoNegotiationCompleted()
526 int status = goNegotiationCompletedParam->status; in OnEventGoNegotiationCompleted()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback_test.cpp400 struct HdiP2pGoNegotiationCompletedParam goNegotiationCompletedParam; variable
401 int32_t result = OnEventGoNegotiationCompleted(nullptr, &goNegotiationCompletedParam, "wlan0");
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl201 * @param goNegotiationCompletedParam Status of the GO negotiation.
207 …ntGoNegotiationCompleted([in] struct HdiP2pGoNegotiationCompletedParam goNegotiationCompletedParam,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaCallback.idl201 * @param goNegotiationCompletedParam Status of the GO negotiation.
207 …ntGoNegotiationCompleted([in] struct HdiP2pGoNegotiationCompletedParam goNegotiationCompletedParam,
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h158 struct P2pGoNegotiationCompletedParam *goNegotiationCompletedParam, const char *ifName);
H A Dwpa_p2p_cmd.c1762 …*goNegotiationCompletedParam, struct HdiP2pGoNegotiationCompletedParam *hdiP2pGoNegotiationComplet… in WpaFillP2pGoNegotiationCompletedParam()
1765 if (goNegotiationCompletedParam == NULL || hdiP2pGoNegotiationCompletedParam == NULL) { in WpaFillP2pGoNegotiationCompletedParam()
1769 hdiP2pGoNegotiationCompletedParam->status = goNegotiationCompletedParam->status; in WpaFillP2pGoNegotiationCompletedParam()
2184 *goNegotiationCompletedParam, const char *ifName) in ProcessEventP2pGoNegotiationCompleted()
2192 if (WpaFillP2pGoNegotiationCompletedParam(goNegotiationCompletedParam, in ProcessEventP2pGoNegotiationCompleted()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/
H A Ddump.txt390 [in] ohos.hdi.wlan.wpa.v1_0.HdiP2pGoNegotiationCompletedParam goNegotiationCompletedParam,