summaryrefslogtreecommitdiff
path: root/plugins/wifi.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Add support for connecting WiFi networksMarcel Holtmann1-1/+22
2009-01-05Update WiFi plugin for new network helper functionsMarcel Holtmann1-376/+14
2009-01-04Use async creation and removal for supplicant interfacesMarcel Holtmann1-19/+3
2009-01-04Add callbacks to supplicant driverMarcel Holtmann1-11/+9
2009-01-04Use global supplicant filter matching ruleMarcel Holtmann1-1/+2
2009-01-04Add basics for a supplicant driver and use itMarcel Holtmann1-32/+18
2009-01-04Remove useless suffix of device driver namesMarcel Holtmann1-1/+1
2009-01-04Use global device detection for WiFiMarcel Holtmann1-122/+2
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-01-01Allow transport definition for device modeMarcel Holtmann1-1/+1
2008-12-30Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann1-0/+1
2008-12-26Convert WiFi device handling to generic driverMarcel Holtmann1-74/+90
2008-12-23Use an unsigned iterator variableMarcel Holtmann1-1/+1
2008-12-22Don't start DHCP again after handshakeMarcel Holtmann1-1/+1
2008-12-21Add support for exporting the WiFi network modeMarcel Holtmann1-1/+7
2008-12-20Let plugins use connman_dbus_get_connection() functionMarcel Holtmann1-1/+2
2008-12-18Fix duplicate wireless scan resultsMarcel Holtmann1-20/+8
2008-12-18Activate wpa_supplicant if neededMarcel Holtmann1-0/+2
2008-12-18Handle element registration failuresMarcel Holtmann1-3/+12
2008-12-17Indicate scanning state while not associatedMarcel Holtmann1-0/+5
2008-12-15Allow numbers in path for network objectsMarcel Holtmann1-3/+3
2008-12-15Only connect known networks when in inactive stateMarcel Holtmann1-1/+1
2008-12-15Only update signal strength when it changesMarcel Holtmann1-3/+5
2008-12-15Trigger update process after scan resultsMarcel Holtmann1-0/+2
2008-12-15Make signal strength value availableMarcel Holtmann1-4/+7
2008-12-14Add generic signal strength propertyMarcel Holtmann1-2/+2
2008-12-14Indicate changes to the signal strengthMarcel Holtmann1-8/+6
2008-12-13Only try to connect to available networksMarcel Holtmann1-1/+2
2008-12-13Add support for automatically connecting known networksMarcel Holtmann1-8/+40
2008-12-13Restart scanning after disconnectingMarcel Holtmann1-1/+2
2008-12-13Remove misuse of parent element parameter nameMarcel Holtmann1-14/+15
2008-12-13Add support for inactive and cleanup timersMarcel Holtmann1-8/+40
2008-12-13Fix broken invalid character replacement codeMarcel Holtmann1-10/+3
2008-12-13Remove unused variableMarcel Holtmann1-1/+0
2008-12-13Add detection of no longer available networksMarcel Holtmann1-12/+88
2008-12-12Fix issue with wpa_supplicant disconnectingMarcel Holtmann1-0/+5
2008-12-11Create unique device name and object pathMarcel Holtmann1-3/+5
2008-12-11Add Available and Remember properties for networksMarcel Holtmann1-0/+2
2008-12-09Use generic Name property instead of WiFi.NameMarcel Holtmann1-7/+7
2008-12-09Include signal strength propertyMarcel Holtmann1-2/+2
2008-12-06Allow pre-processor pasting of plugin nameMarcel Holtmann1-1/+1
2008-12-05Track global connection stateMarcel Holtmann1-1/+10
2008-12-03Replace more unallowed charactersMarcel Holtmann1-1/+5
2008-12-03Disable strength and noise properties for nowMarcel Holtmann1-4/+4
2008-12-03Don't overwrite security settings if already setMarcel Holtmann1-16/+16
2008-12-03Propagate WiFi.Security information properlyMarcel Holtmann1-3/+10
2008-12-03Add signal strength and noise propertiesMarcel Holtmann1-0/+12
2008-12-03Optimize SSID character replacementMarcel Holtmann1-2/+2
2008-12-03Fill WiFi.Security property with detailsMarcel Holtmann1-0/+14
2008-12-02Remove usage of GStaticMutex since it causes compiler problemsMarcel Holtmann1-28/+0