Home
last modified time | relevance | path

Searched refs:notifyParam (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/
H A Dsta_monitor_test.cpp75 std::string notifyParam = "02:23:45:67:89:AB"; variable
76 pStaMonitor->OnWpaStaNotifyCallBack(notifyParam);
86 std::string notifyParam = "01:23:45:67:89:AB"; variable
88 pStaMonitor->OnWpaEapSimAuthCallBack(notifyParam);
93 std::string notifyParam = "01:23:45:67:89:AB"; variable
94 pStaMonitor->OnWpaEapSimAuthCallBack(notifyParam);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_monitor.cpp57 [this](const std::string &notifyParam) { this->OnWpaStaNotifyCallBack(notifyParam); }, in InitStaMonitor()
142 void StaMonitor::OnWpaStaNotifyCallBack(const std::string &notifyParam) in OnWpaStaNotifyCallBack() argument
144 WIFI_LOGI("OnWpaStaNotifyCallBack() enter, notifyParam=%{private}s", notifyParam.c_str()); in OnWpaStaNotifyCallBack()
145 if (notifyParam.empty()) { in OnWpaStaNotifyCallBack()
151 if ((begPos = notifyParam.find(":")) == std::string::npos) { in OnWpaStaNotifyCallBack()
155 std::string type = notifyParam.substr(0, begPos); in OnWpaStaNotifyCallBack()
157 std::string data = notifyParam.substr(begPos + 1); in OnWpaStaNotifyCallBack()
280 void StaMonitor::OnWpaEapSimAuthCallBack(const std::string &notifyParam) in OnWpaEapSimAuthCallBack() argument
282 WIFI_LOGD("OnWpaEapSimAuthCallBack, notifyParam:%{private}s", notifyParam.c_str()); in OnWpaEapSimAuthCallBack()
289 std::vector<std::string> results = getAuthInfo(notifyParam, delimiter); in OnWpaEapSimAuthCallBack()
H A Dsta_monitor.h138 void OnWpaEapSimAuthCallBack(const std::string &notifyParam);
145 void OnWpaStaNotifyCallBack(const std::string &notifyParam);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_monitor_test.cpp300 std::string notifyParam = "01:23:45:67:89:AB"; in OnWpaStaNotifyCallBackSuccess() local
301 pStaMonitor->OnWpaStaNotifyCallBack(notifyParam); in OnWpaStaNotifyCallBackSuccess()
306 std::string notifyParam; in OnWpaStaNotifyCallBackFail() local
307 pStaMonitor->OnWpaStaNotifyCallBack(notifyParam); in OnWpaStaNotifyCallBackFail()
312 std::string notifyParam = "01"; in OnWpaStaNotifyCallBackFail1() local
313 pStaMonitor->OnWpaStaNotifyCallBack(notifyParam); in OnWpaStaNotifyCallBackFail1()
318 std::string notifyParam = "01:"; in OnWpaStaNotifyCallBackFail2() local
319 pStaMonitor->OnWpaStaNotifyCallBack(notifyParam); in OnWpaStaNotifyCallBackFail2()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A Dinterface_i_hostapd_callback.md24 | [OnEventHostApdNotify](#oneventhostapdnotify) ([in] String notifyParam, [in] String ifName) | 用于处…
54 IHostapdCallback::OnEventHostApdNotify ([in] String notifyParam, [in] String ifName )
68 | notifyParam | 表示Hostapd的参数 |
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_monitor.cpp80 void ApMonitor::WpaEventApNotifyCallBack(const std::string &notifyParam) const in WpaEventApNotifyCallBack()
82 if (notifyParam.empty()) { in WpaEventApNotifyCallBack()
87 if ((freqPos = notifyParam.find("freq=")) == std::string::npos) { in WpaEventApNotifyCallBack()
91 std::string data = notifyParam.substr(freqPos + strlen("freq=")); in WpaEventApNotifyCallBack()
H A Dap_monitor.h98 virtual void WpaEventApNotifyCallBack(const std::string &notifyParam) const;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/c_target/wlan/hostapd/v1_0/
H A Dhostapd_callback_stub.c.txt142 char* notifyParam = NULL;
151 notifyParam = strdup(notifyParamCp);
173 hostapdCallbackRet = serviceImpl->OnEventHostApdNotify(serviceImpl, notifyParam, ifName);
180 if (notifyParam != NULL) {
181 OsalMemFree(notifyParam);
182 notifyParam = NULL;
H A Dhostapd_callback_proxy.c.txt160 …_t HostapdCallbackProxyOnEventHostApdNotify(struct IHostapdCallback *self, const char* notifyParam,
186 if (!HdfSbufWriteString(hostapdCallbackData, notifyParam)) {
187 HDF_LOGE("%{public}s: write notifyParam failed!", __func__);
H A Dhostapd_callback_service.c.txt36 …int32_t HostapdCallbackOnEventHostApdNotify(struct IHostapdCallback *self, const char* notifyParam,
H A Dihostapd_callback.h.txt68 …int32_t (*OnEventHostApdNotify)(struct IHostapdCallback *self, const char* notifyParam, const char…
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_monitor.cpp686 void P2pMonitor::WpaEventStaNotifyCallBack(const std::string &notifyParam) const in WpaEventStaNotifyCallBack()
688 WIFI_LOGI("WpaEventStaNotifyCallBack callback, notifyParam:%{private}s", notifyParam.c_str()); in WpaEventStaNotifyCallBack()
689 if (notifyParam.empty()) { in WpaEventStaNotifyCallBack()
694 if ((begPos = notifyParam.find(":")) == std::string::npos) { in WpaEventStaNotifyCallBack()
698 std::string type = notifyParam.substr(0, begPos); in WpaEventStaNotifyCallBack()
703 if ((freqPos = notifyParam.find("freq=")) == std::string::npos) { in WpaEventStaNotifyCallBack()
707 std::string data = notifyParam.substr(freqPos + strlen("freq=")); in WpaEventStaNotifyCallBack()
714 if ((codePos = notifyParam.find("errCode=")) == std::string::npos) { in WpaEventStaNotifyCallBack()
718 std::string data = notifyParam.substr(codePos + strlen("errCode=")); in WpaEventStaNotifyCallBack()
H A Dp2p_monitor.h451 void WpaEventStaNotifyCallBack(const std::string &notifyParam) const;
/ohos5.0/drivers/interface/wlan/hostapd/v1_0/
H A DIHostapdCallback.idl84 * @param notifyParam Indicates the paramerter of Hostapd.
90 OnEventHostApdNotify([in] String notifyParam, [in] String ifName);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/foo/wlan/hostapd/v1_0/
H A DIHostapdCallback.idl84 * @param notifyParam Indicates the paramerter of Hostapd.
90 OnEventHostApdNotify([in] String notifyParam, [in] String ifName);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_event_callback.h37 void (*onEventStaNotify)(const char *notifyParam);
/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.cpp273 char *notifyParam; variable
274 int32_t result = OnEventStaNotify(nullptr, notifyParam, "wlan0");
277 result = OnEventStaNotify(nullptr, notifyParam, "p2p");
280 result = OnEventStaNotify(nullptr, notifyParam, "Test");
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_inner_interface.h58 void OnWpaStaNotifyCallBack(const char *notifyParam);
H A Dwifi_idl_inner_interface.cpp135 void OnWpaStaNotifyCallBack(const char *notifyParam) in OnWpaStaNotifyCallBack() argument
137 if (notifyParam == nullptr) { in OnWpaStaNotifyCallBack()
143 cbk.onEventStaNotify(notifyParam); in OnWpaStaNotifyCallBack()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_monitor_test.cpp334 void WrapWpaEventStaNotifyCallBack(const std::string &notifyParam) in WrapWpaEventStaNotifyCallBack() argument
336 pP2pMonitor->WpaEventStaNotifyCallBack(notifyParam); in WrapWpaEventStaNotifyCallBack()
859 const std::string notifyParam = ""; variable
860 WrapWpaEventStaNotifyCallBack(notifyParam);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.h38 int32_t OnEventStaNotify(struct IWpaCallback *self, const char *notifyParam, const char *ifName);
H A Dwifi_hdi_wpa_callback.cpp268 int32_t OnEventStaNotify(struct IWpaCallback *self, const char* notifyParam, const char *ifName) in OnEventStaNotify() argument
275 if (notifyParam == NULL) { in OnEventStaNotify()
284 cbk.onEventStaNotify(notifyParam); in OnEventStaNotify()
289 p2pCbk.onEventStaNotify(notifyParam); in OnEventStaNotify()
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.c634 int32_t ProcessEventHostapdNotify(struct HdfHostapdRemoteNode *node, char *notifyParam, const char … in ProcessEventHostapdNotify() argument
642 if (notifyParam == NULL || ifName == NULL) { in ProcessEventHostapdNotify()
646 if (strlen(notifyParam) == 0) { in ProcessEventHostapdNotify()
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl357 * @param notifyParam Indicates the paramerter of Sta.
363 OnEventStaNotify([in] String notifyParam, [in] String ifName);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaCallback.idl357 * @param notifyParam Indicates the paramerter of Sta.
363 OnEventStaNotify([in] String notifyParam, [in] String ifName);

12