summaryrefslogtreecommitdiff
path: root/src/nm-device-wifi.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02core: implement NMDevice::state-changed more idiomaticallyDan Winship1-3/+3
2012-10-02core: remove "real_" prefix from method implementation namesDan Winship1-60/+60
2012-09-24wifi: add "Speedport W 501V" to list of BSSID-locked SSIDsDan Williams1-0/+1
2012-09-20wifi: handle supplicant's deauthentication disconnect reasonDan Williams1-2/+7
2012-09-20wifi: request new PSK if disconnected during the 4-way handshakeDan Williams1-26/+85
2012-09-20wifi: rename set_current_ap -> set_active_apDan Williams1-6/+6
2012-09-20wifi: add SSID_NOT_FOUND reason and use it when we canDan Williams1-4/+17
2012-09-20wifi: only request new secrets during the initial connectionDan Williams1-5/+13
2012-09-20wifi: remove associated AP on failureDan Williams1-8/+42
2012-09-20wifi: don't autoconnect to networks that have never been successfulDan Williams1-0/+10
2012-09-12trivial: whitespace fixupDan Williams1-2/+4
2012-08-16wifi: ensure hidden SSIDs get added to AvailableConnectionsDan Williams1-0/+4
2012-08-15core: add AvailableConnections property for NMDevice objectsNathanael D. Noblet1-16/+43
2012-06-28core: move failure logging to device superclassDan Williams1-7/+0
2012-06-28wifi: remove unused codeDan Williams1-4/+0
2012-06-28wifi: merge two functionsDan Williams1-29/+16
2012-06-07wifi: use supplicant's last_scan time for on-demand scan checkingDan Williams1-9/+39
2012-06-07wifi: kill usage of deprecated GTimeValDan Williams1-24/+11
2012-06-07wifi: add on-demand WiFi scan supportGary Ching-Pang Lin1-0/+60
2012-06-06core: use correct device state for supplicant link timeoutsDan Williams1-2/+5
2012-05-04wifi: work around some scan failures at startupDan Williams1-3/+2
2012-05-02wifi: probe-scan for hidden SSIDsDan Williams1-3/+83
2012-04-02trivial: whitespace fixesJiří Klimeš1-9/+9
2012-04-02core: call is_adhoc_wpa() only after we check '802-11-wireless' settingJiří Klimeš1-8/+9
2012-03-22wifi: work around more wl.o stupidityDan Williams1-2/+3
2012-03-16wifi: disable Ad-Hoc WPA connections (lp:905748)Dan Williams1-0/+60
2012-03-02wifi: don't remove APs still known to the supplicantDan Williams1-1/+40
2012-03-01core: extend nm_device_hwaddr_matches() to match specific addressesDan Williams1-2/+10
2012-02-27wifi: fix a crash when nm_ap_get_supplicant_path() returns NULLJiří Klimeš1-2/+2
2012-02-20wifi: ensure APs remain in scan list when supplicant updates themDan Williams1-6/+61
2012-02-16core: add NMDevice hwaddr_matches() class methodDan Williams1-0/+22
2012-02-16wifi: fix removal of APs from the scan list when it doesn't changeDan Williams1-38/+40
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-33/+1
2012-02-09core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams1-4/+5
2012-01-27supplicant: use connection UUID instead of D-Bus path for config purposesJiří Klimeš1-4/+4
2011-12-06trivial: add nm_device_get_connection()Thomas Graf1-14/+4
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-14/+14
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-6/+6
2011-12-02core: move nm_device_interface_set_enabled() to nm-device.cDan Williams1-11/+3
2011-12-02core: kill nm_device_interface_get_state()Dan Williams1-1/+1
2011-11-17libnm-util: add ether_ntoa/ether_aton-like utility methodsDan Winship1-5/+5
2011-11-10wifi: only lock connection to device for non-locally-administered addressesDan Williams1-2/+5
2011-11-09core: kill stage4 (IP Config Get)Dan Williams1-30/+14
2011-11-09core: remove unused 'config' parameter from IP timeout methodsDan Williams1-8/+4
2011-11-09wifi: check whether driver supports AP mode (nl80211 only)Dan Williams1-0/+5
2011-11-09wifi: add 'check_scan' parameter to wifi utils initDan Williams1-1/+2
2011-11-09wifi: remove some WEXT leftoversDan Williams1-32/+4
2011-11-09wifi: split out WEXT handling code to make nl80211 conversion simplerDan Williams1-641/+48
2011-10-11wifi: clarify supplicant disconnect handling behaviorDan Williams1-9/+12