Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-05 | gsupplicant: Add a function to handle autoscan method | Tomasz Bursztyka | 2 | -0/+64 | |
2012-07-05 | gsupplicant: Add a method to set interface's country property | Tomasz Bursztyka | 2 | -0/+26 | |
2012-07-05 | gsupplicant: Adapt set country callback to return a result | Tomasz Bursztyka | 2 | -11/+12 | |
This is necessary for the next coming patches, to fix country setting by interface | |||||
2012-06-18 | supplicant: Call scan callback if needed when removing interface | Patrik Flykt | 1 | -0/+15 | |
Check whether a scan callback is set for the interface when an interface removed signal is received from wpa_supplicant. wpa_supplicant seems not to reply to any outstanding scan method calls after a wpa_supplicant 'RemoveInterface' has been received. | |||||
2012-06-11 | gsupplicant: Properly handle WPS properties update | Tomasz Bursztyka | 1 | -7/+9 | |
2012-06-11 | gsupplicant: Properly handle WiFi security change | Tomasz Bursztyka | 1 | -29/+70 | |
Handle RSN and WPA security separately and combine the results. | |||||
2012-05-16 | gsupplicant: Coding style clean-up | Grant Erickson | 1 | -12/+14 | |
This resolves several post-commit review coding style comments for raw PSK support. | |||||
2012-05-15 | gsupplicant: Avoid critical errors | Jukka Rissanen | 1 | -1/+1 | |
wpa_supplicant sends error if wlan interface cannot be created. Do not treat this error as critical because after calling g_critical() the program logging will be disabled. | |||||
2012-05-15 | gsupplicant: fix "raw" PSK support | Grant Erickson | 1 | -6/+36 | |
This fixes "raw" PSK support by first converting the "raw" PSK from a 64-character hexadecimal string to 32-byte array before appending it to the network dictionary. | |||||
2012-05-09 | gsupplicant: Remove dead assignment | Henrique Dante de Almeida | 1 | -1/+0 | |
2012-05-08 | gsupplicant: Use the right dbus helper when adding a fixed array in a dict | Tomasz Bursztyka | 1 | -2/+1 | |
Fixes BMC#25120 | |||||
2012-05-08 | gsupplicant: Fixing a possible memory leak when disconnecting | Tomasz Bursztyka | 1 | -1/+3 | |
2012-05-04 | wifi: Allow max number of scan entries | Jukka Rissanen | 2 | -14/+36 | |
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 | 4 | -4/+4 | |
2012-04-28 | gssuplicant: Fix when a bss should be added or replaced in a network | Tomasz Bursztyka | 1 | -6/+41 | |
Note: on wpa_supplivant 0.7.x this fixes bug 21332 _only_ when switching from wep to psk, not the other way round due to wpa_supplicant not telling about RSN/WPA fields being empty. This could be fixed in parsing IE every time it is updated, if wpa_s signals it. It work properly on wpa_supplicant 0.8.x and 1.x since signaling RSN/WPA changes has been fixed. Fixes BMC#21332 | |||||
2012-04-28 | gsupplicant: Added more debugging messages when adding or replacing a network | Tomasz Bursztyka | 1 | -0/+6 | |
2012-04-28 | gsupplicant: Creating an helper function to compute bss security | Tomasz Bursztyka | 1 | -8/+14 | |
2012-04-28 | gsupplicant: Renaming a function for a more relevant name | Tomasz Bursztyka | 1 | -2/+2 | |
2012-04-23 | gsupplicant: Add WPS specific capabilities handling for network | Tomasz Bursztyka | 2 | -1/+41 | |
2012-04-23 | gsupplicant: Add WPS specific capabilities parsing for BSS | Tomasz Bursztyka | 2 | -4/+38 | |
2012-04-17 | supplicant: Remove trailing whitespace | Julien Massot | 1 | -1/+1 | |
2012-04-17 | gsupplicant: Interpret "invalid message format" as invalid-key error | Julien Massot | 1 | -2/+7 | |
If gsupplicant sends a malformed passphrase, wpa_supplicant return an error "invalid message format", parsing this error avoids future usage of this passphrase. | |||||
2012-02-24 | gsupplicant: Add support for background scanning parameters | Tomasz Bursztyka | 2 | -0/+5 | |
2011-12-23 | supplicant: Make create_name() UTF-8 aware | Daniel Wagner | 1 | -13/+31 | |
Create proper UTF-8 encoded names from SSIDs. Invalid sequneces will be replaced by replacement characters. This function is based on the _g_utf8_make_valid() from glib. | |||||
2011-11-29 | wifi: Set device powered from the interface create callback | Samuel Ortiz | 2 | -0/+9 | |
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 | 2 | -0/+26 | |
2011-09-13 | wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scan | Mohamed Abbas | 2 | -5/+146 | |
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 | 2 | -1/+19 | |
2011-09-13 | gsupplicant: Add support to append char ** entries to dbus dict | Mohamed Abbas | 2 | -0/+54 | |
2011-09-13 | service: Add frequency support to service | Mohamed Abbas | 2 | -0/+11 | |
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 | 2 | -0/+17 | |
This is only used for propagatong signal changes for now. | |||||
2011-09-12 | gsupplicant: Track best signal and the corresponding BSS | Samuel Ortiz | 1 | -15/+66 | |
2011-09-12 | gsupplicant: Do not access IE array past end of buffer | Jukka Rissanen | 1 | -1/+3 | |
IE list was traversed past buffer limit in the last round. | |||||
2011-07-21 | gsupplicant: set the cipher even if security is WEP | Julien Massot | 1 | -0/+1 | |
This patch fix an issue with WEP40, i tested it with WEP40 WEP104 and open AP. It set the group cipher even if security is WEP otherwise connman won't connect to WEP40 service. | |||||
2011-06-17 | gsupplicant: Client certificate is not mandatory for TTLS/PEAP | Paolo Pellegrino | 1 | -5/+3 | |
2011-06-14 | gsupplicant: Fix how raw key as psk are provided. | Tomasz Bursztyka | 1 | -2/+26 | |
2011-02-08 | gsupplicant: Report AddNetwork and SelectNetwork errors to caller | Patrik Flykt | 1 | -2/+28 | |
Call interface_connect_data callback when an error is reported for wpa_supplicant AddNetwork and SelectNetwork method calls. In the case of WPA-PSK or WEP key being incorrectly formatted, set the callback result to -ENOKEY. | |||||
2011-02-03 | gsupplicant: Add ciphers only for WPA PSK and EAP | Samuel Ortiz | 1 | -2/+2 | |
2011-02-03 | gsupplicant: Set WPA protocol | Samuel Ortiz | 2 | -0/+39 | |
2011-02-03 | gsupplicant: Set WPA ciphers | Samuel Ortiz | 2 | -0/+63 | |
2011-02-02 | gsupplicant: Add interface ap_scan property setting | Samuel Ortiz | 2 | -0/+19 | |
2011-02-02 | gsupplicant: Add interface bridge setting | Samuel Ortiz | 2 | -0/+8 | |
2011-02-02 | gsupplicant: Call select_network callback | Samuel Ortiz | 1 | -0/+8 | |
2011-02-02 | gsupplicant: Add network scan ssid setting | Samuel Ortiz | 2 | -3/+4 | |
2011-02-02 | gsupplicant: Add network channel setting | Samuel Ortiz | 2 | -0/+5 | |
2011-02-02 | gsupplicant: Add interface mode capability getter | Samuel Ortiz | 2 | -0/+9 | |
2011-02-02 | gsupplicant: Add network mode support | Samuel Ortiz | 2 | -0/+26 | |
2011-01-27 | gsupplicant: Disconnect request might not need to go through RemoveNetwork call | Tomasz Bursztyka | 1 | -0/+6 | |
2011-01-27 | gsupplicant: WPS start() method implementation | Tomasz Bursztyka | 2 | -1/+83 | |
2011-01-27 | gsupplicant: WPS event signal support | Tomasz Bursztyka | 2 | -0/+59 | |