summaryrefslogtreecommitdiff
path: root/gsupplicant/supplicant.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-08gsupplicant: Report AddNetwork and SelectNetwork errors to callerPatrik Flykt1-2/+28
2011-02-03gsupplicant: Add ciphers only for WPA PSK and EAPSamuel Ortiz1-2/+2
2011-02-03gsupplicant: Set WPA protocolSamuel Ortiz1-0/+35
2011-02-03gsupplicant: Set WPA ciphersSamuel Ortiz1-0/+61
2011-02-02gsupplicant: Add interface ap_scan property settingSamuel Ortiz1-0/+16
2011-02-02gsupplicant: Add interface bridge settingSamuel Ortiz1-0/+7
2011-02-02gsupplicant: Call select_network callbackSamuel Ortiz1-0/+8
2011-02-02gsupplicant: Add network scan ssid settingSamuel Ortiz1-3/+3
2011-02-02gsupplicant: Add network channel settingSamuel Ortiz1-0/+4
2011-02-02gsupplicant: Add interface mode capability getterSamuel Ortiz1-0/+8
2011-02-02gsupplicant: Add network mode supportSamuel Ortiz1-0/+25
2011-01-27gsupplicant: Disconnect request might not need to go through RemoveNetwork callTomasz Bursztyka1-0/+6
2011-01-27gsupplicant: WPS start() method implementationTomasz Bursztyka1-1/+81
2011-01-27gsupplicant: WPS event signal supportTomasz Bursztyka1-0/+52
2011-01-27gsupplicant: WPS credentials signal supportTomasz Bursztyka1-0/+92
2011-01-27gsupplicant: bss/network wps enabled supportTomasz Bursztyka1-1/+92
2011-01-10gsupplicant: Support EAP phase2 authentication methodsHenri Bragge1-1/+5
2011-01-10wifi: Stack based crash risk fixedTomasz Bursztyka1-0/+2
2011-01-07gsupplicant: Use the prefixed version of phase2_auth valueHenri Bragge1-1/+1
2011-01-07gsupplicant: Drop unnecessary quotes from phase2 valueHenri Bragge1-1/+1
2011-01-06Fix missing and empty WiFi APs issue after kill/restartLeena Gunda1-13/+41
2011-01-05Fix memory leaks in gsupplicant interface_propertyLeena Gunda1-3/+9
2011-01-05Fix Valgrind invalid write error for WiFi pluginLeena Gunda1-3/+3
2010-12-28Fix Valgrind Invalid Read error while removing gsupplicant interfaceLeena Gunda1-2/+5
2010-12-28Free gsupplicant network path when removing networkLeena Gunda1-0/+1
2010-12-28gsupplicant network_path not freed while removing interfaceLeena Gunda1-0/+1
2010-12-23gsupplicant: Remove network even if disconnect failedSamuel Ortiz1-3/+1
2010-12-22gsupplicant: Remove get_results warningSamuel Ortiz1-1/+1
2010-12-15gsupplicant: Country setting implementationSamuel Ortiz1-0/+68
2010-12-13gsupplicant: Dont allow scanning while associatingMohamed Abbas1-0/+15
2010-11-22gsupplicant: Fix D-Bus interface name argumentsLeena Gunda1-9/+5
2010-11-02gsupplicant: Remove network from wpa_s when disconnectingKalle Valo1-1/+37
2010-11-02gsupplicant: Store network pathKalle Valo1-8/+23
2010-10-29gsupplicant: Start wpa_supplicant daemon through introspection requestLeena Gunda1-1/+19
2010-10-29gsupplicant: wpa_supplicant only accepts upper case EAPs.Mohamed Abbas1-1/+7
2010-10-22gsupplicant: Get all BSSs when scan is doneLeena Gunda1-8/+52
2010-09-28gsupplicant: fix return value of g_supplicant_interface_get_data()Kalle Valo1-1/+1
2010-09-28gsupplicant: use term managed in object pathKalle Valo1-2/+2
2010-09-20Improve GSupplicant debugSamuel Ortiz1-41/+44
2010-09-20Remove last ConnMan dependency for GSupplicantSamuel Ortiz1-50/+60
2010-09-20WPA-EAP support for GSupplicantSamuel Ortiz1-0/+121
2010-09-20WEP and WPA-PSK support for GSupplicantSamuel Ortiz1-0/+68
2010-09-20GSupplicant intial commitSamuel Ortiz1-0/+2250