DA: Skip initializing failed_bssids list when eapol failure case
[platform/upstream/connman.git] / tools / wispr.c
2022-02-23 Niraj Kumar GoitMerge tag 'upstream/1.40' into tizen. 79/271279/4 submit/tizen/20220224.061208
2021-01-27 Seonah Moonmerge tag upstream/1.38 84/252384/1 accepted/tizen/unified/20210129.002142 submit/tizen/20210127.105449
2020-05-08 Jaehyun KimMerge "Remove RW upgrade script" into tizen
2019-09-18 Nishant ChapranaImported Upstream version 1.37 66/214066/2 submit/tizen/20190920.082459
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2012-05-09 Henrique Dante de... wispr: Remove dead assignment
2012-04-28 Marcel Holtmanntools: Update copyright information
2012-04-27 Patrik Flykttools: Add WISPr route request debug printouts
2011-10-26 Jukka Rissanentools: Fix compilation in MeeGo
2011-10-25 Daniel Wagnertools: Add O_CLOEXEC to open()
2011-05-27 Marcel Holtmanntools: Fix unused variable warnings for WISPr client
2011-05-09 Marcel Holtmanntools: Add support for broken WISPr responses
2011-05-09 Marcel Holtmanntools: Add support for WISPr authentication polling
2010-11-21 Marcel HoltmannRun WISPr login procedure outside of GIOChannel callback
2010-11-21 Marcel HoltmannAdd missing break statement to WISPr client
2010-11-12 Marcel HoltmannShow WISPr abort login URL if present
2010-11-07 Marcel HoltmannUse URI escape helpers for WISPr login request
2010-11-04 Marcel HoltmannDon't use O_CLOEXEC flag to open()
2010-11-04 Marcel HoltmannUse * characters for hidden password input
2010-11-04 Marcel HoltmannAdd support for WISPr username/password input dialogs
2010-11-02 Marcel HoltmannPrint hotspot location details
2010-11-02 Marcel HoltmannShow provided WISPr logout URL
2010-11-02 Marcel HoltmannAdd login handling to WISPr command line client
2010-11-01 Marcel HoltmannSplit the GET and POST method APIs
2010-11-01 Marcel HoltmannAdd support for decoding WISPr page elements
2010-11-01 Marcel HoltmannUse return value of result function to indicate to...
2010-11-01 Marcel HoltmannThe HTTP status code can be retrieved from result object
2010-11-01 Marcel HoltmannAdd parsing of initial WISPr response
2010-10-30 Marcel HoltmannEnable close connection for the inital WISPr request
2010-10-30 Marcel HoltmannUpdate WISPr command line client to use GWeb
2010-10-30 Marcel HoltmannAdd dummy HTTPS client to WISPr test program
2010-10-29 Marcel HoltmannAdd skeleton for WISPr command line client