/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/ |
H A D | sta_monitor_test.cpp | 75 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 D | sta_monitor.cpp | 57 [this](const std::string ¬ifyParam) { this->OnWpaStaNotifyCallBack(notifyParam); }, in InitStaMonitor() 142 void StaMonitor::OnWpaStaNotifyCallBack(const std::string ¬ifyParam) 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 ¬ifyParam) 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 D | sta_monitor.h | 138 void OnWpaEapSimAuthCallBack(const std::string ¬ifyParam); 145 void OnWpaStaNotifyCallBack(const std::string ¬ifyParam);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_monitor_test.cpp | 300 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 D | interface_i_hostapd_callback.md | 24 | [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 D | ap_monitor.cpp | 80 void ApMonitor::WpaEventApNotifyCallBack(const std::string ¬ifyParam) 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 D | ap_monitor.h | 98 virtual void WpaEventApNotifyCallBack(const std::string ¬ifyParam) const;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/c_target/wlan/hostapd/v1_0/ |
H A D | hostapd_callback_stub.c.txt | 142 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 D | hostapd_callback_proxy.c.txt | 160 …_t HostapdCallbackProxyOnEventHostApdNotify(struct IHostapdCallback *self, const char* notifyParam, 186 if (!HdfSbufWriteString(hostapdCallbackData, notifyParam)) { 187 HDF_LOGE("%{public}s: write notifyParam failed!", __func__);
|
H A D | hostapd_callback_service.c.txt | 36 …int32_t HostapdCallbackOnEventHostApdNotify(struct IHostapdCallback *self, const char* notifyParam,
|
H A D | ihostapd_callback.h.txt | 68 …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 D | p2p_monitor.cpp | 686 void P2pMonitor::WpaEventStaNotifyCallBack(const std::string ¬ifyParam) 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 D | p2p_monitor.h | 451 void WpaEventStaNotifyCallBack(const std::string ¬ifyParam) const;
|
/ohos5.0/drivers/interface/wlan/hostapd/v1_0/ |
H A D | IHostapdCallback.idl | 84 * @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 D | IHostapdCallback.idl | 84 * @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 D | i_wifi_event_callback.h | 37 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 D | wifi_hdi_wpa_callback_test.cpp | 273 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 D | wifi_idl_inner_interface.h | 58 void OnWpaStaNotifyCallBack(const char *notifyParam);
|
H A D | wifi_idl_inner_interface.cpp | 135 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 D | p2p_monitor_test.cpp | 334 void WrapWpaEventStaNotifyCallBack(const std::string ¬ifyParam) 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 D | wifi_hdi_wpa_callback.h | 38 int32_t OnEventStaNotify(struct IWpaCallback *self, const char *notifyParam, const char *ifName);
|
H A D | wifi_hdi_wpa_callback.cpp | 268 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 D | hostapd_common_cmd.c | 634 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 D | IWpaCallback.idl | 357 * @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 D | IWpaCallback.idl | 357 * @param notifyParam Indicates the paramerter of Sta. 363 OnEventStaNotify([in] String notifyParam, [in] String ifName);
|