summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-27Remove connect timer before second connect attemptMarcel Holtmann1-1/+7
2009-10-27Run auto-connect once service goes into idle state and reconnect is enabledMartin Xu1-0/+8
2009-10-27Add support for setting reconnect stateMartin Xu1-0/+8
2009-10-27Add set_reconnect_state and get_reconnect_state helper functionsMartin Xu1-0/+34
2009-10-27Add device reconnect state and its helper functionsMartin Xu2-0/+17
2009-10-20Fix some coding style issues and make it more readableMarcel Holtmann3-16/+23
2009-10-20Filter out signal strength values of zeroSam Leffler1-0/+8
2009-10-20Update services sorting after a signal strength changeSam Leffler1-0/+5
2009-10-20Fix command line options for device filteringSam Leffler4-10/+44
2009-10-10Use free() instead of g_free() for things returned by index2*()Inaky Perez-Gonzalez1-3/+3
2009-10-02Use Ethernet MAC address for MBM devicesMarcel Holtmann1-1/+1
2009-10-02Use 120 seconds timeout for service connect operationMarcel Holtmann1-1/+2
2009-09-22Add function connman_device_cleanup_scanning()Martin Xu1-0/+18
2009-09-22Add internal helper scanning_changed functionMartin Xu1-19/+25
2009-09-19Don't auto-connect services if they are roamingMarcel Holtmann1-0/+3
2009-09-19Add support for handling cellular roaming state changesMarcel Holtmann1-1/+39
2009-09-19Add support for network roaming propertyMarcel Holtmann1-0/+56
2009-09-19Add support for basic boolean propertiesMarcel Holtmann1-2/+36
2009-09-18Add support for cellular modes and change notificationsMarcel Holtmann1-2/+78
2009-09-18Enable auto-connect support for cellular devicesMarcel Holtmann1-1/+1
2009-09-18Fix issue with not removing cellular configurationMarcel Holtmann1-0/+11
2009-09-18Fix build problem when udev is disabledMarcel Holtmann1-0/+4
2009-09-17Fix copy and paste mistake from previous commitMarcel Holtmann1-1/+2
2009-09-17Add support for cellular username and password settingsMarcel Holtmann1-1/+68
2009-09-17Add MCC and MNC values to service propertiesMarcel Holtmann1-1/+20
2009-09-17Add attribute for cellular roaming indicationMarcel Holtmann1-0/+4
2009-09-17Add support for setting cellular APN detailsMarcel Holtmann1-14/+104
2009-09-17Fix issue with missing service ready state notificationMarcel Holtmann1-3/+3
2009-09-14Add inet helper to retrieve current flagsMarcel Holtmann1-0/+30
2009-09-14Add support for monitoring operation state from pluginsMarcel Holtmann1-1/+63
2009-09-14Add support for tracking the operation stateMarcel Holtmann1-11/+64
2009-09-14Add support for multiple connection attemptsMarcel Holtmann1-2/+20
2009-09-13Add extra message for RFKILL block/unblock state changesMarcel Holtmann1-0/+2
2009-09-13Add message when udev based RFKILL processing is enabledMarcel Holtmann1-0/+2
2009-09-13Fix issue with udev versus /dev/rfkill event processingMarcel Holtmann3-1/+17
2009-09-13Fix issue with missing scanning after disconnectMarcel Holtmann1-0/+13
2009-09-13Fix issue with not triggering auto-connect in some casesMarcel Holtmann1-4/+18
2009-09-13Move hidden counter variable to be globalMarcel Holtmann1-1/+2
2009-09-13Fix issue with switching between hidden WiFi networksMartin Xu1-1/+2
2009-09-05Add helper to check if it is a mac80211 interfaceMarcel Holtmann1-0/+30
2009-09-05Use extra phy80211 directory check in case WEXT got disabledMarcel Holtmann1-0/+5
2009-09-06Set powered_pending to TRUE during setup to fix race with RFKILLMarcel Holtmann1-2/+4
2009-08-31Ignore loopback devices from IP configurationMarcel Holtmann1-0/+3
2009-08-30Detect missing storage entries for AutoConnect settingMarcel Holtmann1-2/+7
2009-08-29Add basic hookup of passphrase agent callbackMarcel Holtmann3-7/+53
2009-08-29Fix profile cleanup race conditionMarcel Holtmann1-7/+5
2009-08-29Add support for handling errors from agent registrationMarcel Holtmann4-19/+20
2009-08-29Remove all the useless D-Bus connection passingMarcel Holtmann6-25/+32
2009-08-25Ignore bonding Ethernet interfacesMarcel Holtmann1-1/+7
2009-08-24Disable IP configuration callbacks for nowMarcel Holtmann1-0/+1