summaryrefslogtreecommitdiff
path: root/src/nm-device-wifi.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-06wifi: simplify supplicant connect failure handlingDan Williams1-100/+88
2011-09-30wifi: add debug logging to new AP merge pathsDan Williams1-2/+34
2011-09-30wifi: tweak scanning debug messageDan Williams1-1/+1
2011-09-30wifi: rename some AP debug dumping functionsDan Williams1-5/+5
2011-07-22core: more conversion to ifindex instead of ifaceDan Williams1-1/+1
2011-07-22core: convert up/down check to netlink and use interface index not ifaceDan Williams1-1/+1
2011-07-22core: use interface indexes moreDan Williams1-3/+3
2011-07-07wifi: instead of asserting just return for NULL AP in update_seen_bssids_cache()Jiří Klimeš1-1/+4
2011-06-30core: add MAC address blacklisting feature for WiFi and ethernet connectionsJiří Klimeš1-0/+42
2011-06-29wifi: immediately request new 802.1x 'always-ask' passwords if they failDan Williams1-68/+76
2011-06-15core: socket() returns -1 on failureJiří Klimeš1-1/+1
2011-06-08wifi/mesh: require WEXT 21 or laterDan Williams1-59/+37
2011-06-08core: fix auto-connect to hidden SSIDs (rh #707406)Jiří Klimeš1-1/+29
2011-05-24wifi: always fix up Ad-Hoc frequency when connecting (rh #699203)Dan Williams1-20/+13
2011-05-18wifi: return error for AddAndActivate requests for hidden APsDan Williams1-0/+20
2011-05-18Revert "core: fix crash while connecting with AddAndActivateConnection() and ...Dan Williams1-2/+3
2011-05-18core: fix crash while connecting with AddAndActivateConnection() and SSID is ...Jiří Klimeš1-3/+2
2011-04-11wifi: fix connection completion when no wifi setting is sentDan Williams1-5/+13
2011-04-01wifi: remove some debugging codeDan Williams1-1/+0
2011-03-29core: add nm-secrets-flags.h for secret agent flags typedefDan Williams1-3/+4
2011-03-19logging: fix format string/argument disagreementDan Williams1-13/+7
2011-03-08core: use nm_connection_get_id() and nm_connection_get_uuid() to simplify codeJiří Klimeš1-13/+5
2011-02-25core: don't autocomplete non-IPv6-capable connections with IPv6 enabledDan Williams1-1/+2
2011-02-24core: consolidate deactivation methodsDan Williams1-10/+4