summaryrefslogtreecommitdiff
path: root/gsupplicant/gsupplicant.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Fix crash caused by decryption response delayJaehyun Kim1-0/+6
2023-10-25Add ApSelectionMethod config optionJaehyun Kim1-6/+3
2023-09-13Added dbus method to get whether 6GHz band is supportedJaehyun Kim1-0/+1
2023-07-20Use estimated throughput for wifi roamingJaehyun Kim1-1/+3
2023-07-03Merge "Merge tag 'upstream/1.41' into tizen" into tizenaccepted/tizen/unified/20230705.063745Jaehyun Kim1-1/+7
2023-06-05Do not include related code if INS is not enabledaccepted/tizen/unified/20230616.172359Jaehyun Kim1-3/+4
2023-03-31Fix crash issue when passphrase decryption failsJaehyun Kim1-0/+4
2023-03-15Merge tag 'upstream/1.41' into tizenAnjali Nijhara1-1/+7
2023-03-15Imported Upstream version 1.41upstream/1.41Anjali Nijhara1-0/+10
2022-12-07Support PSK_SHA256 for ieee80211waccepted/tizen/7.0/unified/20221209.015645Jaehyun Kim1-0/+1
2022-10-29Remove useless network path of the wifi interface when removing networkJaehyun Kim1-0/+5
2022-09-19Support ft-psk and ft-sae connectionaccepted/tizen/unified/20220923.052717Jaehyun Kim1-0/+1
2022-08-23Maintain connection status when wifi roamingsubmit/tizen/20220902.085939submit/tizen/20220829.114301Jaehyun Kim1-2/+7
2022-06-05Fix derefrencing of invalid pointersubmit/tizen/20220617.053331accepted/tizen/unified/20220620.131713Jaehyun Kim1-0/+1
2022-02-14Add support to get PMF informationsubmit/tizen/20220215.060643accepted/tizen/unified/20220216.175734Jaehyun Kim1-0/+1
2021-12-28Start wifi roaming when better BSS is foundJaehyun Kim1-0/+22
2021-12-19Merge "Start scan for wifi roaming when SNR and signal are weakened" into tizenJaehyun Kim1-1/+1
2021-12-07service: Add a new property 'SecurityList'Jaehyun Kim1-0/+1
2021-10-27Use TIZEN_EXT_INS for INS related codeNishant Chaprana1-2/+2
2021-10-05Start scan for wifi roaming when SNR and signal are weakenedJaehyun Kim1-1/+1
2021-04-29Send Mac policy parameters in CreateInterface dbus call.submit/tizen/20210503.112345accepted/tizen/unified/20210506.103545Nishant Chaprana1-0/+5
2021-04-21Add setter/getter for handling MAC randomization policyNishant Chaprana1-0/+17
2021-01-04Imported Upstream connman version 1.38Niraj Kumar Goit1-0/+3
2020-10-14Imported Upstream version 1.38upstream/1.38Nishant Chaprana1-0/+3
2020-05-22supported OWE Transition modeJinwon Kim1-0/+6
2020-05-04Add support of EAP on Ethernet.Nishant Chaprana1-0/+18
2020-04-16Add intelligent Network Selectionsubmit/tizen/20200417.010643accepted/tizen/unified/20200417.152700hyunuk.tak1-0/+24
2019-12-04Fix to handle scan events initiated by wpa_supplicantsubmit/tizen/20200203.052118submit/tizen/20191204.124930accepted/tizen/unified/20191205.091332Jaehyun Kim1-0/+1
2019-10-11Extract strength as int32 in SignalPoll method_call's replysubmit/tizen/20191011.090452Nishant Chaprana1-1/+1
2019-09-27Add DPP service based on configuration filesubmit/tizen/20190927.130602Yu1-0/+5
2019-09-18Imported Upstream version 1.37submit/tizen/20190920.082459Nishant Chaprana1-9/+4
2019-08-27Update RSSI/Strength of connected service using SignalPoll eventNishant Chaprana1-2/+2
2019-07-25Add OWE security mode supportYu1-0/+2
2019-07-04Imported Upstream version 1.37upstream/1.37Nishant Chaprana1-0/+4
2019-06-19Added support of WPA3-SAE security mode.submit/tizen/20190621.094817accepted/tizen/unified/20190624.075215Niraj Kumar Goit1-5/+1
2018-12-17Added dbus method to get whether 5Ghz band is supportedsubmit/tizen/20181217.121131accepted/tizen/unified/20181218.063104Abhishek Sansanwal1-0/+3
2018-10-05Add IEEE 802.11 protocol(b/g/n/a/ac) Modes of APsMilind Murhekar1-0/+11
2018-10-04[CONNMAN][Change AP's max speed logic]Mayank Haarit1-0/+11
2018-08-24[connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908Nishant Chaprana1-0/+53
2018-06-11gsupplicant: Fixed invalid read issueSaurav Babu1-0/+4
2018-05-21Don't remove network when G_SUPPLICANT_STATE_DISCONNECTED is receivedsubmit/tizen/20180523.065951accepted/tizen/unified/20180523.144422Saurav Babu1-3/+0
2018-04-20Add BSSID , signal strength and frequency list of the APssubmit/tizen/20180424.084858accepted/tizen/unified/20180425.062309Mayank Haarit1-0/+1
2018-04-20Added logic to get country code of APsMayank Haarit1-0/+2
2018-02-26[connman]Added support of EAP-FAST,EAP-PWD and EAP-AKA'.submit/tizen/20180226.110934accepted/tizen/unified/20180227.062953Niraj Kumar Goit1-0/+12
2018-02-21Added new dbus method to support bssid based connectionJaehyun Kim1-0/+2
2018-01-23Modified logic to process each VSIE of all vendors.Niraj Kumar Goit1-2/+1
2018-01-23Updated connman to version 1.35Seonah Moon1-2/+10
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-0/+11
2018-01-04Modified logic to process each VSIE of all vendors.Niraj Kumar Goit1-2/+1
2017-12-28Make WiFi passphrase enc/dec routine async to prevent mutual synchronous call...submit/tizen/20171229.034008accepted/tizen/unified/20171229.070248Jaehyun Kim1-0/+1