Home
last modified time | relevance | path

Searched refs:HAL_CBK_CMD_STA_JOIN (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_define.h79 HAL_CBK_CMD_STA_JOIN, /* STA connection notification in AP mode */ enumerator
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state_test.cpp477 msg->SetParam1(HAL_CBK_CMD_STA_JOIN);
488 msg->SetParam1(HAL_CBK_CMD_STA_JOIN);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_hotspot_iface.c261 HAL_CBK_CMD_STA_JOIN, in GetApCallbackEvents()
H A Di_wifi.c343 case HAL_CBK_CMD_STA_JOIN: in IdlDealStaApEvent()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp500 if (event == HAL_CBK_CMD_STA_JOIN) { in ProcessCmdAssociatedStaChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp371 event = HAL_CBK_CMD_STA_JOIN; in onEventStaJoin()