summaryrefslogtreecommitdiff
path: root/gsupplicant/supplicant.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-13supplicant: Handle race condition on WiFi dongle removalPatrik Flykt1-4/+21
2012-10-16gsupplicant: Send -ENOLINK error on scan reply if interface was not readyTomasz Bursztyka1-1/+9
2012-10-16gsupplicant: Add a new state according to 'interface_disabled'Tomasz Bursztyka1-1/+7
2012-07-15gsupplicant: Avoid shadowing key variableMarcel Holtmann1-4/+5
2012-07-05gsupplicant: Add a function to handle autoscan methodTomasz Bursztyka1-0/+59
2012-07-05gsupplicant: Add a method to set interface's country propertyTomasz Bursztyka1-0/+22
2012-07-05gsupplicant: Adapt set country callback to return a resultTomasz Bursztyka1-10/+9
2012-06-18supplicant: Call scan callback if needed when removing interfacePatrik Flykt1-0/+15
2012-06-11gsupplicant: Properly handle WPS properties updateTomasz Bursztyka1-7/+9
2012-06-11gsupplicant: Properly handle WiFi security changeTomasz Bursztyka1-29/+70
2012-05-16gsupplicant: Coding style clean-upGrant Erickson1-12/+14
2012-05-15gsupplicant: Avoid critical errorsJukka Rissanen1-1/+1
2012-05-15gsupplicant: fix "raw" PSK supportGrant Erickson1-6/+36
2012-05-09gsupplicant: Remove dead assignmentHenrique Dante de Almeida1-1/+0
2012-05-08gsupplicant: Use the right dbus helper when adding a fixed array in a dictTomasz Bursztyka1-2/+1
2012-05-08gsupplicant: Fixing a possible memory leak when disconnectingTomasz Bursztyka1-1/+3
2012-05-04wifi: Allow max number of scan entriesJukka Rissanen1-7/+12
2012-04-29gsupplicant: Update copyright informationMarcel Holtmann1-1/+1
2012-04-28gssuplicant: Fix when a bss should be added or replaced in a networkTomasz Bursztyka1-6/+41
2012-04-28gsupplicant: Added more debugging messages when adding or replacing a networkTomasz Bursztyka1-0/+6
2012-04-28gsupplicant: Creating an helper function to compute bss securityTomasz Bursztyka1-8/+14
2012-04-28gsupplicant: Renaming a function for a more relevant nameTomasz Bursztyka1-2/+2
2012-04-23gsupplicant: Add WPS specific capabilities handling for networkTomasz Bursztyka1-1/+38
2012-04-23gsupplicant: Add WPS specific capabilities parsing for BSSTomasz Bursztyka1-4/+33
2012-04-17supplicant: Remove trailing whitespaceJulien Massot1-1/+1
2012-04-17gsupplicant: Interpret "invalid message format" as invalid-key errorJulien Massot1-2/+7
2012-02-24gsupplicant: Add support for background scanning parametersTomasz Bursztyka1-0/+4
2011-12-23supplicant: Make create_name() UTF-8 awareDaniel Wagner1-13/+31
2011-11-29wifi: Set device powered from the interface create callbackSamuel Ortiz1-0/+8
2011-11-07gsupplicant: Add a function to enable or disable the selected networkTomasz Bursztyka1-0/+23
2011-09-13wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scanMohamed Abbas1-5/+130
2011-09-13gsupplicant: Get the number of scan ssids from supplicantMohamed Abbas1-1/+17
2011-09-13service: Add frequency support to serviceMohamed Abbas1-0/+10
2011-09-12gsupplicant: Implement network properties changes notificationSamuel Ortiz1-0/+15
2011-09-12gsupplicant: Track best signal and the corresponding BSSSamuel Ortiz1-15/+66
2011-09-12gsupplicant: Do not access IE array past end of bufferJukka Rissanen1-1/+3
2011-07-21gsupplicant: set the cipher even if security is WEPJulien Massot1-0/+1
2011-06-17gsupplicant: Client certificate is not mandatory for TTLS/PEAPPaolo Pellegrino1-5/+3
2011-06-14gsupplicant: Fix how raw key as psk are provided.Tomasz Bursztyka1-2/+26
2011-02-08gsupplicant: Report AddNetwork and SelectNetwork errors to callerPatrik Flykt1-2/+28
2011-02-03gsupplicant: Add ciphers only for WPA PSK and EAPSamuel Ortiz1-2/+2
2011-02-03gsupplicant: Set WPA protocolSamuel Ortiz1-0/+35
2011-02-03gsupplicant: Set WPA ciphersSamuel Ortiz1-0/+61
2011-02-02gsupplicant: Add interface ap_scan property settingSamuel Ortiz1-0/+16
2011-02-02gsupplicant: Add interface bridge settingSamuel Ortiz1-0/+7
2011-02-02gsupplicant: Call select_network callbackSamuel Ortiz1-0/+8
2011-02-02gsupplicant: Add network scan ssid settingSamuel Ortiz1-3/+3
2011-02-02gsupplicant: Add network channel settingSamuel Ortiz1-0/+4
2011-02-02gsupplicant: Add interface mode capability getterSamuel Ortiz1-0/+8
2011-02-02gsupplicant: Add network mode supportSamuel Ortiz1-0/+25