Remove obsolete file.
[connman] / plugins / wifi.c
2009-05-21 Marcel HoltmannExport and use more generic INET helpers
2009-03-26 Marcel HoltmannSet AP scanning and make network available
2009-03-26 Marcel HoltmannRemove SSID debug statement
2009-03-25 Marcel HoltmannTrigger supplicant connection when joining hidden networks
2009-03-25 Marcel HoltmannAdd skeleton for WiFi network joining callback
2009-02-28 Marcel HoltmannAdd priority field to plugin descriptor definition
2009-01-05 Marcel HoltmannRemove ununsed disconnect code
2009-01-05 Marcel HoltmannAdd support for connecting WiFi networks
2009-01-04 Marcel HoltmannUpdate WiFi plugin for new network helper functions
2009-01-04 Marcel HoltmannUse async creation and removal for supplicant interfaces
2009-01-04 Marcel HoltmannAdd callbacks to supplicant driver
2009-01-04 Marcel HoltmannUse global supplicant filter matching rule
2009-01-04 Marcel HoltmannAdd basics for a supplicant driver and use it
2009-01-04 Marcel HoltmannRemove useless suffix of device driver names
2009-01-04 Marcel HoltmannUse global device detection for WiFi
2009-01-01 Marcel HoltmannUpdate copyright information
2009-01-01 Marcel HoltmannAllow transport definition for device mode
2008-12-30 Marcel HoltmannAdd CONNMAN_API_SUBJECT_TO_CHANGE definition
2008-12-26 Marcel HoltmannConvert WiFi device handling to generic driver
2008-12-23 Marcel HoltmannUse an unsigned iterator variable
2008-12-22 Marcel HoltmannDon't start DHCP again after handshake
2008-12-21 Marcel HoltmannAdd support for exporting the WiFi network mode
2008-12-20 Marcel HoltmannLet plugins use connman_dbus_get_connection() function
2008-12-18 Marcel HoltmannFix duplicate wireless scan results
2008-12-18 Marcel HoltmannActivate wpa_supplicant if needed
2008-12-17 Marcel HoltmannHandle element registration failures
2008-12-17 Marcel HoltmannIndicate scanning state while not associated
2008-12-15 Marcel HoltmannAllow numbers in path for network objects
2008-12-15 Marcel HoltmannOnly connect known networks when in inactive state
2008-12-15 Marcel HoltmannOnly update signal strength when it changes
2008-12-15 Marcel HoltmannTrigger update process after scan results
2008-12-15 Marcel HoltmannMake signal strength value available
2008-12-14 Marcel HoltmannAdd generic signal strength property
2008-12-13 Marcel HoltmannIndicate changes to the signal strength
2008-12-13 Marcel HoltmannOnly try to connect to available networks
2008-12-13 Marcel HoltmannAdd support for automatically connecting known networks
2008-12-13 Marcel HoltmannRestart scanning after disconnecting
2008-12-13 Marcel HoltmannRemove misuse of parent element parameter name
2008-12-13 Marcel HoltmannAdd support for inactive and cleanup timers
2008-12-13 Marcel HoltmannFix broken invalid character replacement code
2008-12-13 Marcel HoltmannRemove unused variable
2008-12-13 Marcel HoltmannAdd detection of no longer available networks
2008-12-12 Marcel HoltmannFix issue with wpa_supplicant disconnecting
2008-12-11 Marcel HoltmannCreate unique device name and object path
2008-12-10 Marcel HoltmannAdd Available and Remember properties for networks
2008-12-09 Marcel HoltmannUse generic Name property instead of WiFi.Name
2008-12-09 Marcel HoltmannInclude signal strength property
2008-12-06 Marcel HoltmannAllow pre-processor pasting of plugin name
2008-12-05 Marcel HoltmannTrack global connection state
2008-12-03 Marcel HoltmannReplace more unallowed characters
2008-12-03 Marcel HoltmannDisable strength and noise properties for now
2008-12-03 Marcel HoltmannDon't overwrite security settings if already set
2008-12-03 Marcel HoltmannPropagate WiFi.Security information properly
2008-12-03 Marcel HoltmannAdd signal strength and noise properties
2008-12-02 Marcel HoltmannOptimize SSID character replacement
2008-12-02 Marcel HoltmannFill WiFi.Security property with details
2008-12-02 Marcel HoltmannRemove usage of GStaticMutex since it causes compiler...
2008-11-23 Marcel HoltmannDetect wpa_supplicant service and WiFi devices
2008-10-17 Marcel HoltmannAdd watch for monitoring wpa_supplicant
2008-10-16 Marcel HoltmannFix handling of WiFi SSID values
2008-10-16 Marcel HoltmannRemove obsolete DHCP element handling
2008-10-16 Marcel HoltmannAssign supplicant filter only once
2008-09-01 Marcel HoltmannFixup due to element API changes
2008-08-11 Marcel HoltmannUse Enabled property instead of Connected
2008-08-11 Marcel HoltmannRename connect/disconnect to enable/disable for better...
2008-08-09 Marcel HoltmannPlugin names should be all lower-case
2008-08-07 Marcel HoltmannAdd support for network scanning and selection
2008-07-30 Marcel HoltmannAdd static property for plain text SSID value
2008-07-30 Marcel HoltmannIgnore broken network identifiers
2008-07-03 Marcel HoltmannFix network identifier checking
2008-07-03 Marcel HoltmannCreate element for every network in range
2008-07-03 Marcel HoltmannRewrite supplicant support for new element infrastructure
2008-07-01 Marcel HoltmannFirst steps into wpa_supplicant integration
2008-06-28 Marcel HoltmannAdd skeleton for WiFi interface plugin