Home
last modified time | relevance | path

Searched refs:WifiEventReport (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_event_adapter.c49 WifiEventReport(ifName, event, &staInfo); in WifiEventNewStaProcess()
61 WifiEventReport(ifName, event, addr); in WifiEventDelStaProcess()
80 WifiEventReport(ifName, event, &rxMgmt); in WifiEventRxMgmtProcess()
95 WifiEventReport(ifName, event, &txStatus); in WifiEventTxStatusProcess()
107 WifiEventReport(ifName, WIFI_EVENT_SCAN_RESULTS, &g_scanResults); in WifiEventScanDoneProcess()
111 WifiEventReport(ifName, event, &status); in WifiEventScanDoneProcess()
200 WifiEventReport(ifName, event, &scanResult); in WifiEventScanResultProcess()
207 WifiEventReport(ifName, WIFI_EVENT_SCAN_RESULTS, &g_scanResults); in WifiEventScanResultProcess()
238 WifiEventReport(ifName, event, &result); in WifiEventConnectResultProcess()
253 WifiEventReport(ifName, event, &result); in WifiEventDisconnectProcess()
[all …]
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_event_adapter.c105 WifiEventReport(ifName, WIFI_EVENT_SCAN_DONE, &status); in QcaWifiEventScanDoneProcess()
262 WifiEventReport(handlerArg->ifName, WIFI_EVENT_SCAN_RESULT, scanResult); in WifiGetScanResultHandler()
265 WifiEventReport(handlerArg->ifName, WIFI_EVENT_SCAN_RESULTS, scanResults); in WifiGetScanResultHandler()
289 WifiEventReport(ifName, WIFI_EVENT_SCAN_RESULTS, &scanResults); in WifiEventScanResultProcess()
303 WifiEventReport(ifName, WIFI_EVENT_SCAN_ABORTED, &scanResults); in WifiEventScanAbortedProcess()
/drivers/peripheral/wlan/client/src/
Dwifi_common_cmd.h167 void WifiEventReport(const char *ifName, uint32_t event, void *data);
Dwifi_driver_client.c37 void WifiEventReport(const char *ifName, uint32_t event, void *data) in WifiEventReport() function