Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-17 | [SPIN] add keymgmt property for bss. | Niraj Kumar Goit | 1 | -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 Goit | 1 | -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 Goit | 1 | -0/+9 | |
Change-Id: Idc4ff4294ada3b234dd4af29558c0923b9aff017 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2016-06-10 | Add support for WPS2-PSK security type in Security property of service interface | Jaehyun Kim | 1 | -0/+1 | |
Change-Id: I5531a2e3e45da6b3d4caa6d5df15f54ebc2700d8 | |||||
2015-10-06 | Sync with Tizen 2.4(1.29.36)submit/tizen/20151020.082803accepted/tizen/wearable/20151020.111030accepted/tizen/tv/20151020.111019accepted/tizen/mobile/20151020.111002 | taesub.kim | 1 | -0/+15 | |
Change-Id: I02fc50820cccc66aed702a97a9928981e73b43cf Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 1 | -5/+8 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-10-31 | Tethering: Add hidden access point support in technology | Chengyi Zhao | 1 | -0/+7 | |
Change-Id: I73fccf5f322ee2597f8f58d5e3d7f60ddeb0a641 | |||||
2014-10-31 | Tethering: Add handling for wpa_supplicant authorized/deauthorized signals | Chengyi Zhao | 1 | -0/+2 | |
Change-Id: Iff022e257ee9d2c5227585bf0b84e726914cc62b | |||||
2014-10-31 | Tizen: Export more wifi info in ConnMan network API | Arron Wang | 1 | -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-29 | Imported Upstream version 1.26upstream/1.26 | Zhang zhengguang | 1 | -2/+84 | |
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -2/+19 | |
2013-05-17 | wifi: Scan all stored hidden networks | Tomasz Bursztyka | 1 | -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-11 | gsupplicant: Return max SSIDs to scan given by wpa_supplicant | Patrik Flykt | 1 | -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-16 | gsupplicant: Add a new state according to 'interface_disabled' | Tomasz Bursztyka | 1 | -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-05 | gsupplicant: Add a function to handle autoscan method | Tomasz Bursztyka | 1 | -0/+5 | |
2012-07-05 | gsupplicant: Add a method to set interface's country property | Tomasz Bursztyka | 1 | -0/+4 | |
2012-07-05 | gsupplicant: Adapt set country callback to return a result | Tomasz Bursztyka | 1 | -1/+3 | |
This is necessary for the next coming patches, to fix country setting by interface | |||||
2012-05-04 | wifi: Allow max number of scan entries | Jukka Rissanen | 1 | -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-29 | gsupplicant: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-04-23 | gsupplicant: Add WPS specific capabilities handling for network | Tomasz Bursztyka | 1 | -0/+3 | |
2012-04-23 | gsupplicant: Add WPS specific capabilities parsing for BSS | Tomasz Bursztyka | 1 | -0/+5 | |
2012-02-24 | gsupplicant: Add support for background scanning parameters | Tomasz Bursztyka | 1 | -0/+1 | |
2011-11-29 | wifi: Set device powered from the interface create callback | Samuel Ortiz | 1 | -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-07 | gsupplicant: Add a function to enable or disable the selected network | Tomasz Bursztyka | 1 | -0/+3 | |
2011-09-13 | wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scan | Mohamed Abbas | 1 | -0/+16 | |
Lot of fixes by Jukka Rissanen <jukka.rissanen@linux.intel.com> | |||||
2011-09-13 | gsupplicant: Get the number of scan ssids from supplicant | Mohamed Abbas | 1 | -0/+2 | |
2011-09-13 | service: Add frequency support to service | Mohamed Abbas | 1 | -0/+1 | |
Get the frequncy of gsupplicant network on connman network creation, and always save the frequency of the wifi service. | |||||
2011-09-12 | gsupplicant: Implement network properties changes notification | Samuel Ortiz | 1 | -0/+2 | |
This is only used for propagatong signal changes for now. | |||||
2011-02-03 | gsupplicant: Set WPA protocol | Samuel Ortiz | 1 | -0/+4 | |
2011-02-03 | gsupplicant: Set WPA ciphers | Samuel Ortiz | 1 | -0/+2 | |
2011-02-02 | gsupplicant: Add interface ap_scan property setting | Samuel Ortiz | 1 | -0/+3 | |
2011-02-02 | gsupplicant: Add interface bridge setting | Samuel Ortiz | 1 | -0/+1 | |
2011-02-02 | gsupplicant: Add network scan ssid setting | Samuel Ortiz | 1 | -0/+1 | |
2011-02-02 | gsupplicant: Add network channel setting | Samuel Ortiz | 1 | -0/+1 | |
2011-02-02 | gsupplicant: Add interface mode capability getter | Samuel Ortiz | 1 | -0/+1 | |
2011-02-02 | gsupplicant: Add network mode support | Samuel Ortiz | 1 | -0/+1 | |
2011-01-27 | gsupplicant: WPS start() method implementation | Tomasz Bursztyka | 1 | -0/+2 | |
2011-01-27 | gsupplicant: WPS event signal support | Tomasz Bursztyka | 1 | -0/+7 | |
2011-01-27 | gsupplicant: WPS credentials signal support | Tomasz Bursztyka | 1 | -0/+3 | |
2011-01-27 | gsupplicant: bss/network wps enabled support | Tomasz Bursztyka | 1 | -0/+1 | |
2010-12-15 | gsupplicant: Country setting implementation | Samuel Ortiz | 1 | -0/+7 | |
This implements the Country wpa_supplicant global property setting, in order to be able to set a regulatory domain. | |||||
2010-09-28 | gsupplicant: fix return value of g_supplicant_interface_get_data() | Kalle Valo | 1 | -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-20 | Remove last ConnMan dependency for GSupplicant | Samuel Ortiz | 1 | -0/+1 | |
This is achieved through the addition of a debug callback. | |||||
2010-09-20 | WPA-EAP support for GSupplicant | Samuel Ortiz | 1 | -7/+7 | |
2010-09-20 | WEP and WPA-PSK support for GSupplicant | Samuel Ortiz | 1 | -1/+1 | |
2010-09-20 | GSupplicant intial commit | Samuel Ortiz | 1 | -0/+188 | |