Searched refs:WifiEventReport (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/client/src/sbuf/ |
H A 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() 110 WifiEventReport(ifName, WIFI_EVENT_SCAN_RESULTS, &g_scanResults); in WifiEventScanDoneProcess() 113 WifiEventReport(ifName, event, &status); in WifiEventScanDoneProcess() 208 WifiEventReport(ifName, event, &scanResult); in WifiEventScanResultProcess() 259 WifiEventReport(ifName, event, &result); in WifiEventConnectResultProcess() 274 WifiEventReport(ifName, event, &result); in WifiEventDisconnectProcess() 279 WifiEventReport(ifNam in WifiDriverEventEapolRecvProcess() [all...] |
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_event_adapter.c | 93 WifiEventReport(ifName, WIFI_EVENT_SCAN_DONE, &status);
in QcaWifiEventScanDoneProcess() 297 WifiEventReport(ifName, WIFI_EVENT_SCAN_RESULTS, &scanResults);
in WifiEventScanResultProcess() 312 WifiEventReport(ifName, WIFI_EVENT_SCAN_ABORTED, &scanResults);
in WifiEventScanAbortedProcess() 333 WifiEventReport(ifName, WIFI_EVENT_DATA_FRAME_RECEIVED, &dataFrame);
in WifiEventDataFrameProcess() 470 WifiEventReport("p2p0", WIFI_EVENT_ACTION_RECEIVED, &actionData);
in CtrlNoSeqCheck()
|
H A D | netlink_cmd_adapter.c | 3275 WifiEventReport("p2p0", WIFI_EVENT_ACTION_RECEIVED, &actionData); in WifiEventTxStatus()
|
/drivers/peripheral/wlan/client/src/ |
H A D | wifi_common_cmd.h | 179 void WifiEventReport(const char *ifName, uint32_t event, void *data);
|
H A D | wifi_driver_client.c | 59 void WifiEventReport(const char *ifName, uint32_t event, void *data) in WifiEventReport() function
|
Completed in 8 milliseconds