OSDN Git Service

android-x86/system-connectivity-wificond.git
2016-09-08 Ningyuan WangRetrieve list of attributes from a nested attribute
2016-09-08 Ningyuan WangMerge "Return on invalid attribute length for DebugLog()"
2016-09-08 Ningyuan WangReturn on invalid attribute length for DebugLog()
2016-09-08 Treehugger... Merge "Use wrapper functions to simplify message respon...
2016-09-06 Ningyuan WangFix looper unit tests
2016-09-01 Dmitry ShmidtMerge "Do not assert crash if FW_PATH can not be owned"
2016-08-31 Dmitry ShmidtDo not assert crash if FW_PATH can not be owned
2016-08-31 Ningyuan WangUse wrapper functions to simplify message response...
2016-08-31 Ningyuan WangFix logging of GetInterfaceInfo() and GetWiphyIndex()
2016-08-26 Ningyuan WangDo not report error if no ssid is found in IE
2016-08-26 Ningyuan WangMerge "Add wrapper functions of SendPacketAndGetResponses"
2016-08-26 Ningyuan WangAdd wrapper functions of SendPacketAndGetResponses
2016-08-26 Ningyuan WangAdd function StartScheduledScan()
2016-08-26 TreeHugger... Merge "Add function StopScheduledScan()"
2016-08-26 TreeHugger... Merge "Tear down system state on wificond startup"
2016-08-25 Ningyuan WangAdd DebugLog() to NL80211NestedAttr
2016-08-25 Ningyuan WangAdd function StopScheduledScan()
2016-08-25 Christopher... Tear down system state on wificond startup
2016-08-25 Christopher... Use mockable supplicant delegate
2016-08-23 Christopher... Drop privileges and become wifi user during startup
2016-08-23 Christopher... Set AP interfaces down after stopping hostapd
2016-08-23 Roshan PiusFetch the mac address in GetInterfaceNameAndIndex
2016-08-22 Ningyuan WangGet rid of NL80211Packet copying
2016-08-19 TreeHugger... Merge changes I502fb470,I5bb0d98c
2016-08-19 Ningyuan WangMerge "Pass packet by reference to reduce copy operations"
2016-08-19 Ningyuan WangMerge "Add a copy counters for netlink packet debugging"
2016-08-19 Ningyuan WangMonitor scan results for current client interface
2016-08-19 Ningyuan WangAdd helper functions to get and parse scan results
2016-08-18 Ningyuan WangPass packet by reference to reduce copy operations
2016-08-18 TreeHugger... Merge "Add the ability to start/stop supplicant to...
2016-08-18 Ningyuan WangAdd a copy counters for netlink packet debugging
2016-08-18 TreeHugger... Merge "Add function for triggering scan"
2016-08-17 Ningyuan WangAdd function for triggering scan
2016-08-17 Ningyuan WangDisable wificond scan result monitoring for now
2016-08-17 TreeHugger... Merge "Add a helper function for logging scan result"
2016-08-17 TreeHugger... Merge "Get SSID from information element"
2016-08-16 Ningyuan WangAdd a helper function for logging scan result
2016-08-16 Ningyuan WangGet SSID from information element
2016-08-16 Ningyuan WangCreate functions to handle scan result notification
2016-08-15 Christopher... Add the ability to start/stop supplicant to wificond
2016-08-13 TreeHugger... Merge "Get interface index from kernel for wificond"
2016-08-12 Roshan PiusMerge changes I31237daf,Ie4c8eb49
2016-08-12 Ningyuan WangGet interface index from kernel for wificond
2016-08-12 TreeHugger... Merge "Create a ScanResult class for wificond internal...
2016-08-11 Ningyuan WangCreate a ScanResult class for wificond internal use
2016-08-11 Roshan Piuswpa_supplicant_binder_test: Add reconnect tests
2016-08-11 Roshan Piuswpa_supplicant_binder_test: Simple connect tests
2016-08-10 Christopher... Process all responses to queries for interface name
2016-08-09 TreeHugger... Merge "Support receiving broadcast for NetlinkManager"
2016-08-09 Ningyuan WangSupport receiving broadcast for NetlinkManager
2016-08-09 TreeHugger... Merge "Add unit tests for NetlinkUtils"
2016-08-08 Ningyuan WangAdd unit tests for NetlinkUtils
2016-08-08 TreeHugger... Merge "Fix netlink errno parsing"
2016-08-04 Ningyuan WangFix netlink errno parsing
2016-08-04 Roshan Piuswpa_suppplicant_binder_test: Restructure tests
2016-08-04 Roshan Piuswpa_supplicant_binder_test: Set/Get Network params
2016-08-03 Ningyuan WangSeperate netlink util functions to NL80211Utils
2016-08-03 Roshan PiusMerge changes I1960dfc7,I82b5eb43
2016-08-03 Roshan Piusbinder_dispatcher: Prevent test flakes
2016-08-03 Roshan PiusAdd iface/network addition/removal callback tests
2016-08-02 Christopher... Add support for creating client interfaces
2016-08-02 TreeHugger... Merge "Move integration tests for IApInterface to their...
2016-08-02 Christopher... Merge "Add script to run related unit tests"
2016-08-02 Christopher... Merge "Give hostapd a hint that it is about to die"
2016-08-01 Ningyuan WangHandle control messages for NetlinkManager
2016-07-29 Ningyuan Wanguse DISALLOW_COPY_AND_ASSIGN for NetlinkManager
2016-07-29 Ningyuan WangMerge "Get interface name for server"
2016-07-29 Ningyuan WangAdd IsStarted() to NetlinkManager
2016-07-29 Christopher... Move integration tests for IApInterface to their own...
2016-07-29 Christopher... Add script to run related unit tests
2016-07-29 Christopher... Give hostapd a hint that it is about to die
2016-07-29 Ningyuan WangGet interface name for server
2016-07-28 Ningyuan WangDo not use callback parameter for synchronous NL80211...
2016-07-27 Ningyuan WangGet wiphy index using NL80211 messages
2016-07-27 TreeHugger... Merge "Add function StopWatchFileDescriptor() to event_...
2016-07-27 Ningyuan WangAdd function StopWatchFileDescriptor() to event_loop
2016-07-26 Ningyuan WangUpdate netlink timeout value
2016-07-25 Roshan PiusAdd a module for binder callback handling in tests
2016-07-22 Christopher... Control hostapd from IApInterface
2016-07-22 Christopher... Move process utilities to process_utils.cpp
2016-07-20 Ningyuan WangUse different sockets for synchronous and asynchrouns...
2016-07-20 TreeHugger... Merge "Create NetlinkManager instance"
2016-07-20 Ningyuan WangCreate NetlinkManager instance
2016-07-20 Ningyuan WangMerge "Change netlink message receive buffer size"
2016-07-19 Ningyuan WangChange netlink message receive buffer size
2016-07-19 Christopher... Fix integration tests to not expect binder exceptions
2016-07-19 TreeHugger... Merge "Expect to always get a Status::ok() from IWifico...
2016-07-19 Christopher... Expect to always get a Status::ok() from IWificond...
2016-07-18 TreeHugger... Merge "Create NetlinkManager for wificond"
2016-07-18 Ningyuan WangCreate NetlinkManager for wificond
2016-07-18 TreeHugger... Merge "Change include directory"
2016-07-18 Ningyuan WangChange include directory
2016-07-18 TreeHugger... Merge "Do not throw RuntimeException on error"
2016-07-15 Christopher... Do not throw RuntimeException on error
2016-07-15 Roshan PiusMove to ParcelableIfaceParams for |CreateInterface|
2016-07-15 Roshan PiusAdd wpa debug params setter/getter tests
2016-07-15 Roshan PiusAdd wpa |network| binder object tests
2016-07-15 Roshan PiusAdd wpa |iface| binder object tests.
2016-07-15 Roshan PiusAdd wpa binder integration tests
2016-07-13 Christopher... Change AIDL style to match other AIDL style
next