summaryrefslogtreecommitdiff
path: root/include/device.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-5/+4
2012-11-23device: Move device creation func into device.cJukka Rissanen1-0/+1
The device creation function should be part of device.c and not inet.c. After this change the inet.c can be used by separate vpn daemon.
2012-10-16device: Add a getter for powered propertyTomasz Bursztyka1-0/+1
2012-08-23device: Refactor device scan functionJukka Rissanen1-3/+1
In wifi plugin this means that we combine three wifi scan functions (normal, fast, hidden) into one scan function.
2012-07-05device: Add capability to notify on regulatory domain settingTomasz Bursztyka1-0/+2
2012-07-05device: Add driver capability to set regulatory domain on device basisTomasz Bursztyka1-0/+5
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-1/+2
If the user is connecting to hidden network, then we delay the return of the reply to caller until the real service has connected. This way the user connect to hidden and non-hidden networks works the same way from caller point of view.
2012-05-25device: Make scanning getter method public.Tomasz Bursztyka1-0/+1
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-23device: Remove the scheduled scan methodTomasz Bursztyka1-2/+0
wifi was the only one using it, and this is replaced by the combination of bgscan and autoscan.
2012-01-24device: Add caller information to ref/unref debug prints.Jukka Rissanen1-2/+12
2011-12-12device: Introduce hidden SSID scan functionPatrik Flykt1-0/+3
2011-09-13wifi: Add support to multi scan typeMohamed Abbas1-0/+1
Allow multi scan type for fast connect. Scanning request removed from interface_added() because it is already called in connman_device_set_powered() so no need to call it again immediately (fix by Jukka Rissanen <jukka.rissanen@linux.intel.com>)
2011-07-26device: Change signature of connman_device_remove_network()Daniel Wagner1-1/+1
2011-03-03device: Remove connman_device_set_connected from device.hSamuel Ortiz1-2/+0
The routine is not even implemented.
2011-01-26wifi: Balance scanning statesMohamed Abbas1-0/+1
By setting the scan state to TRUE from wifi_scan() and setting it back to FALSE in the callback, the wifi device scanning state is consistent. Fixes BMC#12104
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+1
2010-11-06Remove unused device->control valueMarcel Holtmann1-1/+1
2010-11-06Remove unused connman_device_get_control functionMarcel Holtmann1-1/+0
2010-11-06Remove unused connman_device_get_name functionMarcel Holtmann1-1/+0
2010-11-05Remove unused connman_device_get_path functionMarcel Holtmann1-1/+0
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann1-10/+0
2010-09-20Prioritize wifi pluginsSamuel Ortiz1-0/+4
The legacy one as the default wifi plugin.
2010-09-09device: add connman_device_get_ident()Pekka Pessi1-0/+1
Expose former core function __connman_device_get_ident().
2010-04-16Remove supplicant and device scanning state cleaningSamuel Ortiz1-1/+0
With wpa_supplicant 0.7, there is no need to handle potential issues with scan results not being sent. Also, the state change is sent before the actual scan results, so marking all networks available at that point is misleading.
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-1/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-1/+0
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-07Remove unused secondary feature of devices and networksMarcel Holtmann1-3/+0
2009-12-06Remove unused device typesMarcel Holtmann1-3/+0
2009-12-06Remove unused device specific connect/disconnect callbacksMarcel Holtmann1-4/+0
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-3/+0
2009-11-26Add device function for scheduling a scanMarcel Holtmann1-0/+2
2009-11-23Add function connman_device_remove_all_networksMartin Xu1-0/+1
2009-11-23Add device type CONNMAN_DEVICE_TYPE_CELLULARMartin Xu1-1/+2
2009-09-22Add function connman_device_cleanup_scanning()Martin Xu1-0/+2
2009-07-12Add function to retrieve control interfaceMarcel Holtmann1-0/+1
2009-07-12Store control interface for complex devicesMarcel Holtmann1-1/+1
2009-07-12Remove connman_device_get_interface() functionMarcel Holtmann1-1/+0
2009-07-05Add function getting device disconnected stateMarcel Holtmann1-0/+1
2009-07-03Add device type for Ericsson MBM hardwareMarcel Holtmann1-0/+1
2009-07-01Fix handling of connect/disconnect for Ethernet devicesMarcel Holtmann1-0/+2
2009-06-29Remove the useless extern declaration for public functionsMarcel Holtmann1-34/+33
2009-06-29The device policy is a bad idea and so remove all support for itMarcel Holtmann1-10/+0
2009-06-26Add callbacks for device connects and disconnectsMarcel Holtmann1-0/+2
2009-05-01Add support for marking devices as secondaryMarcel Holtmann1-0/+3
2009-04-23Add functions for handling unique device identifiersMarcel Holtmann1-0/+3
2009-04-05Add function for getting device typeMarcel Holtmann1-0/+1
2009-03-25Add support for join device driver callbackMarcel Holtmann1-0/+2
2009-03-11Add type for GPS based devices (just for power control)Marcel Holtmann1-0/+1