aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Add os_exec() helper to run external programsJouni Malinen2015-10-203-0/+68
* Add WPA_UNICODE_SSID supportDmitry Shmidt2012-08-021-0/+2
* eloop: Fix EVENT_TYPE_WRITE with poll()-based eloopJouni Malinen2012-07-041-1/+1
* eloop/poll: Handle POLLER | POLLHUP in read logicBen Greear2012-06-241-1/+2
* Fix compiler warning on printf format with size_tJouni Malinen2012-04-281-1/+1
* Remove experimental Symbian buildJouni Malinen2012-04-073-40/+0
* debug: Add option to log to Linux tracingJohannes Berg2012-03-312-0/+150
* Fix eapol_test build without CONFIG_PCSC=yJouni Malinen2012-03-291-1/+2
* Interworking: Use EAP-AKA if USIM is usedJouni Malinen2012-03-042-0/+8
* SCARD: Increase application template DO buffer sizeJouni Malinen2012-03-031-1/+1
* SCARD: Move SIM file definitions into the C fileJouni Malinen2012-03-032-20/+21
* SCARD: Add function for fetching PIN retry counterJouni Malinen2012-03-032-2/+45
* SCARD: Add debug dumps of FCP template TLVs in SELECT responseJouni Malinen2012-03-031-16/+65
* SCARD: Reindent scard_parse_fsp_templ()Jouni Malinen2012-03-031-52/+51
* pcsc: Allow T1 protocol to be enabledJouni Malinen2012-02-261-1/+2
* Allow PC/SC reader to be selected and initialized at startJouni Malinen2012-02-262-11/+34
* Android: Extend debug logging to include wpa_dbg and hexdumpJouni Malinen2012-02-182-45/+59
* eloop: Fix allocation failure handling in poll() versionJouni Malinen2012-02-121-21/+31
* eloop: Support poll() in eloopBen Greear2012-02-121-1/+227
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1133-264/+66
* wpa_debug: Support outputting hexdumps into syslogNicolas Cavallari2012-01-291-0/+32
* pcsc: Fix compiler warning on signed vs. unsigned comparisonJouni Malinen2012-01-251-1/+1
* SIM/USIM: Add function to get the MNC length from the SIM/USIMSimon Baatz2012-01-222-0/+57
* PCSC: Accept 0x67 (Wrong length) as a response to READ RECORDJouni Malinen2011-12-181-1/+1
* Avoid possible compiler warning in os_gmtime()Jouni Malinen2011-11-203-3/+6
* nl80211: Implement noack policy for send_mlmeHelmut Schaa2011-11-191-0/+1
* Use NULL instead of 0 for pointersJouni Malinen2011-11-181-1/+1
* Include list.h after trace.h to avoid offsetof refinitionJouni Malinen2011-11-181-1/+1
* Include time.h to fix Windows buildsJouni Malinen2011-11-031-0/+1
* dl_list: Add DEFINE_DL_LISTJohannes Berg2011-10-281-0/+3
* Remove unused variable from os_gmtime()Jouni Malinen2011-10-233-6/+0
* Set ANDROID_LOG_NAME depending on applicationDmitry Shmidt2011-10-211-1/+5
* Add os_gmtime() as wrapper for gmtime()Jouni Malinen2011-10-185-0/+72
* base64: Stop decoding at the first sequence of pad charactersJouni Malinen2011-10-161-10/+17
* edit: Fix history prev/next selectionJouni Malinen2011-10-151-6/+23
* Fix typos found by codespellPavel Roskin2011-09-221-1/+1
* Remove time.h include from utils/includes.hJouni Malinen2011-09-122-1/+2
* Add a copyright and license statement for a radiotap header fileJouni Malinen2011-06-231-0/+15
* Add sanity checks for fseek and ftell return valuesJouni Malinen2011-04-141-3/+10
* Add support for setting the syslog facility from the config fileSam Leffler2011-03-201-1/+5
* TDLS: Add initial support for TDLS (IEEE Std 802.11z-2010)Ganesh Prasadh2011-03-061-0/+3
* Add defines for Valgrind client requestsJouni Malinen2011-03-061-0/+7
* eloop: Fix integer overflow in long timeoutsJouni Malinen2011-03-062-0/+24
* Add CONFIG_ANDROID_LOG supportDmitry Shmidt2011-02-252-0/+53
* Change executable permissions for AndroidDmitry Shmidt2011-02-251-0/+30
* utils: Corrected a typo in header's name definitionGuy Eilam2011-02-211-1/+1
* Fix CONFIG_NO_STDOUT_DEBUG=y buildJouni Malinen2011-02-102-3/+11
* Use wpa_msg() instead of wpa_printf()Ben Greear2011-02-101-0/+9
* Add interface name to wpa_msg() outputBen Greear2011-02-062-2/+24
* wpa_supplicant: Support 'relog' command to re-open log filesBen Greear2011-02-062-0/+35