summaryrefslogtreecommitdiff
path: root/gsupplicant/gsupplicant.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-17[SPIN] Added the connman disconnect reason property.Niraj Kumar Goit1-0/+1
Change-Id: I11fd7baa7d00fa3f3a12bdafda7ff7aa6943d020 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] add keymgmt property for bss.Niraj Kumar Goit1-0/+1
Change-Id: Id436db5828febaabd8273c2e0aab91f9ee9572ff Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] request RemoveNetwork when disconnected to stop scanning in supplicant.Niraj Kumar Goit1-0/+3
Change-Id: I4248b2de4d00d4218dcfac078bcda3e95db83896 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] support ft-psk and ft-eap security type.Niraj Kumar Goit1-0/+9
Change-Id: Idc4ff4294ada3b234dd4af29558c0923b9aff017 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-10Add support for WPS2-PSK security type in Security property of service interfaceJaehyun Kim1-0/+1
Change-Id: I5531a2e3e45da6b3d4caa6d5df15f54ebc2700d8
2015-10-06Sync with Tizen 2.4(1.29.36)submit/tizen/20151020.082803accepted/tizen/wearable/20151020.111030accepted/tizen/tv/20151020.111019accepted/tizen/mobile/20151020.111002taesub.kim1-0/+15
Change-Id: I02fc50820cccc66aed702a97a9928981e73b43cf Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-5/+8
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-0/+7
Change-Id: I73fccf5f322ee2597f8f58d5e3d7f60ddeb0a641
2014-10-31Tethering: Add handling for wpa_supplicant authorized/deauthorized signalsChengyi Zhao1-0/+2
Change-Id: Iff022e257ee9d2c5227585bf0b84e726914cc62b
2014-10-31Tizen: Export more wifi info in ConnMan network APIArron Wang1-0/+10
Network client requires additional wifi specific info Export the BSSID property Export the MaxRate property Export the detailed info for encryption mode(mixed,aes,tkip,wep,none) Export the connman_network get/set method for bssid, maxrate, encryption_mode property Change-Id: Ic5744978282e49cb2f70165aaadc7822dc718dfb
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-2/+84
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-2/+19
2013-05-17wifi: Scan all stored hidden networksTomasz Bursztyka1-0/+1
Previously the number of scanned hidden WiFi networks was restricted by the fast scan limit of the WiFi driver. This patch takes into account the driver fast scan limit and will scan for all configured hidden WiFi networks. Thanks to Jukka for testing this.
2013-01-11gsupplicant: Return max SSIDs to scan given by wpa_supplicantPatrik Flykt1-9/+0
Although it seems wpa_supplicant can handle 4 SSIDs in version 0.7.x and 16 starting with 0.8.x, in practise this does not work. Return the value reported without relying on wpa_supplicant internals to handle the situation. In order for hidden scans to work properly, the minimum value needs to be 1.
2012-10-16gsupplicant: Add a new state according to 'interface_disabled'Tomasz Bursztyka1-0/+1
When soft rfkill is on, wpa_supplicant sets the interface disabled and sends a state named 'interface_disabled'. Taking this information into account fixes the following issue: - disable wifi (user setting) and hard rfkill it - then un-hard rfkill it, whereafter rfkill states (soft/hard) will go like this: * from 1/1 to 0/0 * from 0/0 to 1/0 when 0/0 occurs, connman will request to enable wifi The problem with this is that enabling wifi takes quite some time and in between ConnMan will soft block wifi to disable it (according to previous user setting). Thus it will request to disable wifi but since enabling is still going on, this request won't do anything. Meanwhile wpa_supplicant will also catch the soft rfkill event and wpa_supplicant will set the state to 'interface_disabled', but since it's not handled properly by ConnMan, the wifi_enable() callback will be called and the function will assume wifi got enabled.
2012-07-05gsupplicant: Add a function to handle autoscan methodTomasz Bursztyka1-0/+5
2012-07-05gsupplicant: Add a method to set interface's country propertyTomasz Bursztyka1-0/+4
2012-07-05gsupplicant: Adapt set country callback to return a resultTomasz Bursztyka1-1/+3
This is necessary for the next coming patches, to fix country setting by interface
2012-05-04wifi: Allow max number of scan entriesJukka Rissanen1-7/+24
Do no limit the scan entries to 4 (G_SUPPLICANT_MAX_FAST_SCAN) but use the limit given by the driver. The limit is given by wpa_s. If the supplicant does not return the limit, then use 4 as a max value.
2012-04-29gsupplicant: Update copyright informationMarcel Holtmann1-1/+1
2012-04-23gsupplicant: Add WPS specific capabilities handling for networkTomasz Bursztyka1-0/+3
2012-04-23gsupplicant: Add WPS specific capabilities parsing for BSSTomasz Bursztyka1-0/+5
2012-02-24gsupplicant: Add support for background scanning parametersTomasz Bursztyka1-0/+1
2011-11-29wifi: Set device powered from the interface create callbackSamuel Ortiz1-0/+1
As interface_added can potentially show up before the interface creation callback, the device powered flag can be set from the latter.
2011-11-07gsupplicant: Add a function to enable or disable the selected networkTomasz Bursztyka1-0/+3
2011-09-13wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scanMohamed Abbas1-0/+16
Lot of fixes by Jukka Rissanen <jukka.rissanen@linux.intel.com>
2011-09-13gsupplicant: Get the number of scan ssids from supplicantMohamed Abbas1-0/+2
2011-09-13service: Add frequency support to serviceMohamed Abbas1-0/+1
Get the frequncy of gsupplicant network on connman network creation, and always save the frequency of the wifi service.
2011-09-12gsupplicant: Implement network properties changes notificationSamuel Ortiz1-0/+2
This is only used for propagatong signal changes for now.
2011-02-03gsupplicant: Set WPA protocolSamuel Ortiz1-0/+4
2011-02-03gsupplicant: Set WPA ciphersSamuel Ortiz1-0/+2
2011-02-02gsupplicant: Add interface ap_scan property settingSamuel Ortiz1-0/+3
2011-02-02gsupplicant: Add interface bridge settingSamuel Ortiz1-0/+1
2011-02-02gsupplicant: Add network scan ssid settingSamuel Ortiz1-0/+1
2011-02-02gsupplicant: Add network channel settingSamuel Ortiz1-0/+1
2011-02-02gsupplicant: Add interface mode capability getterSamuel Ortiz1-0/+1
2011-02-02gsupplicant: Add network mode supportSamuel Ortiz1-0/+1
2011-01-27gsupplicant: WPS start() method implementationTomasz Bursztyka1-0/+2
2011-01-27gsupplicant: WPS event signal supportTomasz Bursztyka1-0/+7
2011-01-27gsupplicant: WPS credentials signal supportTomasz Bursztyka1-0/+3
2011-01-27gsupplicant: bss/network wps enabled supportTomasz Bursztyka1-0/+1
2010-12-15gsupplicant: Country setting implementationSamuel Ortiz1-0/+7
This implements the Country wpa_supplicant global property setting, in order to be able to set a regulatory domain.
2010-09-28gsupplicant: fix return value of g_supplicant_interface_get_data()Kalle Valo1-1/+1
g_supplicant_interface_get_data() was returning a const void pointer even though the setter took a non-const pointer. Change get_data() to return non-const as well.
2010-09-20Remove last ConnMan dependency for GSupplicantSamuel Ortiz1-0/+1
This is achieved through the addition of a debug callback.
2010-09-20WPA-EAP support for GSupplicantSamuel Ortiz1-7/+7
2010-09-20WEP and WPA-PSK support for GSupplicantSamuel Ortiz1-1/+1
2010-09-20GSupplicant intial commitSamuel Ortiz1-0/+188