summaryrefslogtreecommitdiff
path: root/gsupplicant/supplicant.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-17gsupplicant: Interpret "invalid message format" as invalid-key errorJulien Massot1-2/+7
2012-02-24gsupplicant: Add support for background scanning parametersTomasz Bursztyka1-0/+4
2011-12-23supplicant: Make create_name() UTF-8 awareDaniel Wagner1-13/+31
2011-11-29wifi: Set device powered from the interface create callbackSamuel Ortiz1-0/+8
2011-11-07gsupplicant: Add a function to enable or disable the selected networkTomasz Bursztyka1-0/+23
2011-09-13wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scanMohamed Abbas1-5/+130
2011-09-13gsupplicant: Get the number of scan ssids from supplicantMohamed Abbas1-1/+17
2011-09-13service: Add frequency support to serviceMohamed Abbas1-0/+10
2011-09-12gsupplicant: Implement network properties changes notificationSamuel Ortiz1-0/+15
2011-09-12gsupplicant: Track best signal and the corresponding BSSSamuel Ortiz1-15/+66
2011-09-12gsupplicant: Do not access IE array past end of bufferJukka Rissanen1-1/+3
2011-07-21gsupplicant: set the cipher even if security is WEPJulien Massot1-0/+1
2011-06-17gsupplicant: Client certificate is not mandatory for TTLS/PEAPPaolo Pellegrino1-5/+3
2011-06-14gsupplicant: Fix how raw key as psk are provided.Tomasz Bursztyka1-2/+26
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