summaryrefslogtreecommitdiffstats
path: root/service/java/com/android/server/wifi/WifiMonitor.java
Commit message (Expand)AuthorAgeFilesLines
* WifiNative: Enable Wifimonitor in scan modeRoshan Pius2018-08-281-4/+2
* Wifi[P2p]Monitor - remove stale TODOsMichael Plass2018-07-061-1/+0
* ClientModeImpl: rename WSM to CMIRebecca Silberstein2018-07-031-2/+2
* WiFi: Handle onEapFailure callbackAhmed ElArabawy2018-03-271-2/+4
* Deregister handler in WificondScannerImpl on cleanupxshu2018-03-211-0/+18
* WifiNative: Remove the old interface management codeRoshan Pius2018-01-221-40/+4
* WifiMonitor: Connect to wpa_supplicant more aggressivelyRoshan Pius2017-06-081-2/+2
* Fix how WifiMonitor/WifiP2pMonitor sends a messageRandy Pan2017-05-041-14/+6
* Send Auth failure reason in broadcast intentSohani Rao2017-03-301-10/+4
* WifiStateMachine: Remove unused codeRoshan Pius2017-03-281-7/+0
* Separate single scan and sched scan result handlingNingyuan Wang2017-03-221-0/+11
* SupplicantStaIfaceHal: Broadcast bssid change eventRoshan Pius2017-03-211-2/+12
* Split up WifiNative/WifiMonitor into STA-AP/P2PRoshan Pius2017-03-211-253/+19
* Remove all legacy HAL usage from frameworkRoshan Pius2017-03-091-1169/+23
* SupplicantStaIfaceHal: Add timedOut param in assoc rejectRoshan Pius2017-03-081-3/+5
* WifiNative: Separate connect to supplicantRoshan Pius2017-03-031-4/+17
* Stop supplicant using wificondNingyuan Wang2017-03-021-4/+0
* HIDLization of WifiDirect, stage 3: callbacks.Tomasz Wiszkowski2017-02-281-22/+216
* Plumb through scan result/failure notificationNingyuan Wang2017-02-231-28/+16
* WifiNative: Start supplicant HIDL integrationRoshan Pius2017-02-221-1/+3
* SupplicantStaIface: Handle wpa_supplicant deathRoshan Pius2017-02-211-4/+24
* SupplicantStaIfaceHal: Handle the remaining callbacksRoshan Pius2017-02-211-2/+2
* WifiMonitor: Broadcast connection eventsRoshan Pius2017-02-161-12/+81
* WifiMonitor: Methods to broadcast network requestsRoshan Pius2017-02-161-17/+51
* WifiMonitor: Method to broadcast Wnm eventRoshan Pius2017-02-161-1/+11
* Passpoint: Change ICON response handlingRoshan Pius2017-02-161-2/+70
* Passpoint: Change ANQP response handlingRoshan Pius2017-02-161-4/+26
* WifiMonitor: Methods to broadcast remaining Wps eventsRoshan Pius2017-02-151-3/+30
* WifiMonitor: Method to broadcast WPS fail eventRoshan Pius2017-02-151-31/+53
* WifiMonitor doesn't handle incorrect password authentication failureSohani Rao2017-02-031-6/+20
* passpoint: refactor PasspointEventHandlerPeter Qiu2016-09-071-0/+1
* Rely on wificond to start/stop supplicantChristopher Wiley2016-08-121-6/+2
* Always start/stop wpa_supplicant service on requestChristopher Wiley2016-08-121-7/+3
* Move some of the SIM network code out of WifiStateMachineMitchell Wills2016-08-041-7/+4
* WifiNative: make getLocalLog() an instance methodmukesh agrawal2016-06-241-3/+4
* Replace sVDBG and VDBG with mVerboseLoggingEnabledSamuel Tan2016-05-251-24/+45
* WifiMonitor: switch VDBG and DBGSamuel Tan2016-05-251-26/+26
* Fix static variable and method accessNingyuan Wang2016-05-061-1/+1
* Fix crash when wifi monitor dispatches a message with no handlerMitchell Wills2016-03-161-7/+9
* Fix map reference in WifiMonitor.sendMessage()Paul Stewart2016-03-101-1/+1
* Allow multiple Handlers to be registered for a WifiMonitor eventMitchell Wills2016-03-091-23/+33
* New System APIs for Passpoint r2 app.Jan Nordqvist2016-02-031-9/+10
* Initial codes for Quality network selection [DO NOT MERGE]xinhe2016-01-121-6/+12
* DO NOT MERGE Changed to use special "in-memory" icon command to wpa_supplicant.Jan Nordqvist2015-12-171-43/+8
* Make WifiMonitor a singleton and add explicit event registrationMitchell Wills2015-12-021-332/+289
* Turn WifiNative into a singleton for each interfaceMitchell Wills2015-12-021-2/+2
* Hotspot 2.0 relase 2 first cut.Jan Nordqvist2015-09-221-3/+107
* Removed old code to support PasspointStateMachineMitchell Wills2015-07-221-79/+0
* Fix potential system crash beacuse of bad Wifi parsingVinit Deshpande2015-06-291-4/+26
* Wifi: Exit the monitor thread when killSupplicant is issued.Amarnath Hullur Subramanyam2015-06-241-1/+9