summaryrefslogtreecommitdiff
path: root/plugins/supplicant.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-10supplicant: Support EAP phase2 authentication methodsHenri Bragge1-1/+5
2011-01-07supplicant: Drop unnecessary quotes from phase2 valueHenri Bragge1-1/+1
2010-12-31memoryleak: block was not freedJukka Rissanen1-0/+1
2010-12-31memoryleak: SSID was not freedJukka Rissanen1-1/+5
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-3/+0
2010-11-03supplicant: Check for network before removing itSamuel Ortiz1-0/+3
2010-10-03Add information if scan has been requestedMarcel Holtmann1-0/+2
2010-09-30supplicant: Do not reset passphrase when asociation failsSamuel Ortiz1-7/+0
2010-09-30supplicant: No need for actively remove network upon disconnectionSamuel Ortiz1-15/+0
2010-09-30Set WiFi task scanning flag when receiving a Scanning eventSamuel Ortiz1-0/+3
2010-09-30Implement WiFi network driver remove hookSamuel Ortiz1-0/+19
2010-09-29Reset WiFi passphrase if association or WPA handshake failsSamuel Ortiz1-0/+7
2010-09-22Schedule delayed scan when being disconnected from an APSamuel Ortiz1-1/+14
2010-09-21Call remove_network() on unsolicited disconnectLucio Maciel1-1/+3
2010-09-16Fix a crash when doing PEAP/TTLS authenticationFabien Marotte1-0/+6
2010-09-15Add messages in supplicant pluginFabien Marotte1-16/+51
2010-08-17Add support for EAP-TTLS configurationFabien Marotte1-1/+2
2010-07-09Fix SEGV at first startupDavid Woodhouse1-4/+6
2010-06-12Fix invalid D-Bus path with finished scans without hidden SSIDsMarcel Holtmann1-6/+9
2010-06-12Enable hidden blocks only when hidden SSIDs are aroundSamuel Ortiz1-2/+8
2010-06-12Prevent wpa_supplicant from automatically associating to our hidden blocksSamuel Ortiz1-0/+8
2010-06-05Active scan hidden networksSamuel Ortiz1-2/+311
2010-06-03Add support for ASCII based WEP keysMarcel Holtmann1-0/+11
2010-05-10Check ssid_len before set WiFi.SSID of networkMartin Xu1-1/+2
2010-04-16Remove supplicant and device scanning state cleaningSamuel Ortiz1-5/+0
2010-03-22Check for task->path when removing an interface or a networkSamuel Ortiz1-1/+7
2010-02-11Add static IP supportMartin Xu1-2/+0
2010-02-02Rename mac80211 routines and fields to cfg80211Samuel Ortiz1-4/+4
2010-01-07Fix some WPA Enterprise privacy issuesMarcel Holtmann1-2/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-31Fix memory leaks caused by missing dbus_pending_call_unref()Marcel Holtmann1-18/+19
2009-12-31Port supplicant driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-28/+19
2009-12-30Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu1-0/+2
2009-12-29Fix length checks for WPA and RSN IEsMarcel Holtmann1-2/+2
2009-12-25Fix broken error handling with D-Bus filterMarcel Holtmann1-1/+2
2009-12-23Convert the network EAP string to uppercaseSamuel Ortiz1-1/+8
2009-12-22Pass required IEEE 802.1x settings to wpa_supplicantSamuel Ortiz1-1/+176
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-10/+10
2009-12-19Add helpers for appending flexible D-Bus arraysMarcel Holtmann1-2/+2
2009-12-19Make use of D-Bus dictionary helpersMarcel Holtmann1-10/+4
2009-12-18Fix signal strength calculation when quality is not providedMarcel Holtmann1-1/+1
2009-12-18Add more debug output for WiFi qualityMarcel Holtmann1-0/+15
2009-12-18Allow potential roaming between WPA and WPA2 networksMarcel Holtmann1-4/+7
2009-12-14Fix supplicant connection issue when specifying PSK securityMarcel Holtmann1-1/+2
2009-12-14Extract authentication modes (PSK and IEEE 802.1x) for IEMarcel Holtmann1-3/+83
2009-11-30Use simpler wpa_supplicant state trackingSam Leffler1-19/+3
2009-11-26Don't show passphrases in debug messagesMarcel Holtmann1-2/+1
2009-11-26Add checks for invalid supplicant state transitionsMarcel Holtmann1-3/+35
2009-11-26Trigger background scan after successful connectionMarcel Holtmann1-0/+3
2009-10-27Try to use SSID to connect AP when availableMartin Xu1-4/+4