Searched refs:WifiEventReport (Results 1 – 4 of 4) sorted by relevance
/drivers/peripheral/wlan/client/src/sbuf/ |
D | sbuf_event_adapter.c | 49 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/ |
D | netlink_event_adapter.c | 105 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/ |
D | wifi_common_cmd.h | 167 void WifiEventReport(const char *ifName, uint32_t event, void *data);
|
D | wifi_driver_client.c | 37 void WifiEventReport(const char *ifName, uint32_t event, void *data) in WifiEventReport() function
|