Home
last modified time | relevance | path

Searched defs:ap_sta_disconnected (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/ap/
Dsta_info.c1496 event_ap_sta_disconnected ap_sta_disconnected = {0}; local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_wifi_api.h635 …event_ap_sta_disconnected ap_sta_disconnected; /* *< AP's disconnected event. CNcomment: AP的断连事件信息… member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_wifi_api.h649 …event_ap_sta_disconnected ap_sta_disconnected; /**< AP's disconnected event. CNcomment: AP的断连事件信息… member
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/liteOS/
Dsoc_wifi_api.h1043 event_ap_sta_disconnected ap_sta_disconnected; /**< AP's disconnected event. member
/device/soc/hisilicon/ws63v100/sdk/middleware/services/wifi_service/service/
Dsoc_wifi_service_api.c436 OSAL_STATIC void send_broadcast_sta_leave(const event_ap_sta_disconnected *ap_sta_disconnected) in send_broadcast_sta_leave()