summaryrefslogtreecommitdiff
path: root/gsupplicant/supplicant.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Added support of Multiple same SSIDs including band steering.submit/tizen/20190409.131053accepted/tizen/unified/20190410.061801Niraj Kumar Goit1-7/+7
2019-03-29[Upstream]gsupplicant: Switch to different BSSID of same SSID in case of sign...Niraj Kumar Goit1-1/+7
2018-12-17Copy vsie_list before remove old listSeonah Moon1-1/+8
2018-12-17Added dbus method to get whether 5Ghz band is supportedsubmit/tizen/20181217.121131accepted/tizen/unified/20181218.063104Abhishek Sansanwal1-0/+17
2018-10-05Add IEEE 802.11 protocol(b/g/n/a/ac) Modes of APsMilind Murhekar1-0/+116
2018-10-04[CONNMAN][Change AP's max speed logic]Mayank Haarit1-0/+92
2018-09-13Fixed some build warningsJaehyun Kim1-3/+3
2018-08-24[connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908Nishant Chaprana1-1/+525
2018-07-27Fixed invalid memory access during connectionsubmit/tizen/20180731.042150accepted/tizen/unified/20180731.075043Jaehyun Kim1-9/+4
2018-06-11gsupplicant: Fixed invalid read issueSaurav Babu1-0/+12
2018-05-24Fixed various memory leaksSaurav Babu1-5/+5
2018-05-23gsupplicant: Fixed resource leaksubmit/tizen/20180524.035245accepted/tizen/unified/20180524.050028Jaehyun Kim1-1/+5
2018-05-23gsupplicant: Fixed crash issuesubmit/tizen/20180523.121952accepted/tizen/unified/20180523.144438Saurav Babu1-2/+7
2018-05-21Don't remove network when G_SUPPLICANT_STATE_DISCONNECTED is receivedsubmit/tizen/20180523.065951accepted/tizen/unified/20180523.144422Saurav Babu1-23/+0
2018-05-18gsupplicant: Fixed crash issue when network exists in supplicantsubmit/tizen/20180518.061044accepted/tizen/unified/20180521.003506Saurav Babu1-0/+14
2018-04-20Add BSSID , signal strength and frequency list of the APssubmit/tizen/20180424.084858accepted/tizen/unified/20180425.062309Mayank Haarit1-0/+48
2018-04-20Added logic to get country code of APsMayank Haarit1-0/+23
2018-02-26[connman]Added support of EAP-FAST,EAP-PWD and EAP-AKA'.submit/tizen/20180226.110934accepted/tizen/unified/20180227.062953Niraj Kumar Goit1-2/+41
2018-02-21Added new dbus method to support bssid based connectionJaehyun Kim1-9/+23
2018-01-23Modified logic to process each VSIE of all vendors.Niraj Kumar Goit1-33/+49
2018-01-23Handles the passphrase decryption failure caseJaehyun Kim1-1/+3
2018-01-23Updated connman to version 1.35Seonah Moon1-164/+554
2018-01-22Merge "Modified logic to process each VSIE of all vendors." into tizensubmit/tizen/20180122.055447submit/tizen/20180122.055424accepted/tizen/unified/20180123.061054taesub kim1-33/+49
2018-01-12Handles the passphrase decryption failure casesubmit/tizen/20180121.225846submit/tizen/20180119.040348accepted/tizen/unified/20180123.061114Jaehyun Kim1-1/+3
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-108/+563
2018-01-04Modified logic to process each VSIE of all vendors.Niraj Kumar Goit1-33/+49
2017-12-28Make WiFi passphrase enc/dec routine async to prevent mutual synchronous call...submit/tizen/20171229.034008accepted/tizen/unified/20171229.070248Jaehyun Kim1-0/+157
2017-12-27connman: Get HS20 property of service correctlysubmit/tizen/20171228.074717submit/tizen/20171228.053515accepted/tizen/unified/20171229.070200Saurav Babu1-2/+11
2017-11-03Added handling of "AssocStatusCode" signalManeesh Jain1-0/+19
2017-11-02Fix memory leakSeonah Moon1-0/+1
2017-08-18[connman] Enabled specific scan for Multiple APs.submit/tizen/20170822.002714submit/tizen/20170821.070104Niraj Kumar Goit1-1/+5
2017-08-09[connman] Added support to get WiFi vendor element.submit/tizen/20170811.041528accepted/tizen/unified/20170811.133331Niraj Kumar Goit1-1/+52
2017-08-02[WGID-260167] Add null checksubmit/tizen/20170803.074947chleun.moon1-0/+4
2017-07-04Added support of EAP-AKA, EAP-SIM.Niraj Kumar Goit1-0/+14
2017-02-16[tizen 4.0]: Add support of Disconnect Reason Event HandlerManeesh Jain1-27/+19
2017-01-12Fix for single channel scan in SelectNetworktaesub kim1-0/+22
2016-09-07Append bssid property to the add_network call to wpa_supplicantMilind Ramesh Murhekar1-0/+13
2016-06-28Modify to get rsn mode using pairwisesubmit/tizen/20160628.112647accepted/tizen/wearable/20160629.021326accepted/tizen/tv/20160629.021220accepted/tizen/mobile/20160629.021329accepted/tizen/ivi/20160629.021304accepted/tizen/common/20160628.141818hyunuktak1-4/+9
2016-06-17[SPIN] Added the connman disconnect reason property.Niraj Kumar Goit1-0/+31
2016-06-17[SPIN] fix the invalid state from supplicant.Niraj Kumar Goit1-0/+6
2016-06-17[SPIN] Update operating frequency properly.Niraj Kumar Goit1-1/+3
2016-06-17[SPIN] add keymgmt property for bss.Niraj Kumar Goit1-0/+13
2016-06-17[SPIN] request RemoveNetwork when disconnected to stop scanning in supplicant.Niraj Kumar Goit1-0/+25
2016-06-15[SPIN] gsupplicant: fix stucking in scanning state when scan failed.Niraj Kumar Goit1-0/+15
2016-06-14[SPIN] support ft-psk and ft-eap security type.Niraj Kumar Goit1-0/+52
2016-06-13Merge "Add support for WPS2-PSK security type in Security property of service...submit/tizen/20160614.053635accepted/tizen/wearable/20160614.103626accepted/tizen/tv/20160614.103619accepted/tizen/mobile/20160614.103642accepted/tizen/ivi/20160614.103653accepted/tizen/common/20160614.144019taesub kim1-0/+12
2016-06-10Add support for WPS2-PSK security type in Security property of service interfaceJaehyun Kim1-0/+12
2016-06-09[SPIN] Admit to connect EAP-TLS without passphrase of privatekey.Niraj Kumar Goit1-0/+8
2016-06-09[SPIN]Set interface callback during scan requestNiraj Kumar Goit1-0/+5
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim1-70/+33