aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* util: Add compact MAC address formatting/parsingJohannes Berg2011-02-022-0/+31
* Fix couple of compiler warnings about uninitialized variablesJouni Malinen2011-01-261-0/+1
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-0/+2
* wlantest: Add send command for injecting raw framesJouni Malinen2010-12-162-1/+2
* edit: Clear edit line on deinitJouni Malinen2010-11-211-0/+3
* edit: Limit maximum number of history entries to 100Jouni Malinen2010-11-211-2/+11
* edit: Implement history file read/writeJouni Malinen2010-11-211-0/+47
* edit: Fix history prev selectionJouni Malinen2010-11-211-4/+7
* edit: Move history save file specification to callerJouni Malinen2010-11-214-70/+24
* edit: Use struct dl_list for history bufferJouni Malinen2010-11-212-68/+79
* edit: Fix delete_word when not in the end of lineJouni Malinen2010-11-201-6/+10
* edit: Add history buffer searchJouni Malinen2010-11-201-1/+161
* edit: Clean up escape code parserJouni Malinen2010-11-201-114/+222
* edit: Split escape code parsing into a separate functionJouni Malinen2010-11-201-123/+273
* edit: Sort completion listJouni Malinen2010-11-201-0/+6
* edit: Really fix the completion of last characterJouni Malinen2010-11-201-1/+1
* edit: Fix completion at the last characterJouni Malinen2010-11-201-3/+3
* edit: Fix delete word to update current positionJouni Malinen2010-11-201-0/+2
* edit: Fix completion of arguments other than the first oneJouni Malinen2010-11-201-1/+1
* edit: Fix Home/End escape codesJouni Malinen2010-11-201-6/+6
* wlantest: Add interactive mode to wlantest_cliJouni Malinen2010-11-201-0/+3
* edit: Add string completion support on tabJouni Malinen2010-11-201-0/+126
* wlantest: Add preliminary infrastructure for injecting framesJouni Malinen2010-11-191-0/+5
* Move wpa_cli readline integration into src/utils/edit_readline.cJouni Malinen2010-11-144-0/+236
* wpa_cli: Use edit API as a wrapper for optional readlineJouni Malinen2010-11-142-0/+7
* edit: Redraw input line on ^LJouni Malinen2010-11-141-0/+5
* Move command line editing routines into src/utils/edit*.[ch]Jouni Malinen2010-11-143-0/+645
* Make wpa_hexdump_buf{,-key} handle NULL bufferJouni Malinen2010-10-311-2/+4
* P2P: Add initial version of P2P ModuleJouni Malinen2010-09-091-0/+6
* Solaris: Add support for wired IEEE 802.1X clientMasashi Honma2010-08-281-3/+3
* trace: Fix void pointer arithmeticMasashi Honma2010-08-261-2/+2
* Add new debug message level for excessive informationJouni Malinen2010-07-051-1/+3
* eloop: Fix crash on signal handler cancelling next timeoutJouni Malinen2010-05-281-0/+2
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* Add a more flexible version of hwaddr_aton: hwaddr_aton2()Jouni Malinen2010-04-062-1/+32
* Add address to hostapd_logger output in wpa_supplicant as AP caseJouni Malinen2010-04-041-0/+3
* wpa_supplicant: fix FTBFS on Debian GNU/kFreeBSDKel Modderman2010-03-061-1/+1
* eloop: Clear timeout data during allocationJouni Malinen2010-01-101-1/+1
* bsd: Add support for WPA_TRACE and WPA_TRACE_BFDMasashi Honma2010-01-091-0/+4
* Mark fmt parameter const for wpa_printf/msgJouni Malinen2010-01-042-6/+7
* Mark wpabuf_get_trace() staticJouni Malinen2009-12-281-1/+1
* eloop: Fix timeout handler to use local copy of func pointerJouni Malinen2009-12-261-2/+3
* Drop WPA_TRACE reference before eloop timeout handler callJouni Malinen2009-12-241-5/+5
* Enable IPv6 support for libutils.a and libradius.aJouni Malinen2009-12-241-0/+1
* Redesign struct hostapd_ip_addr to be of fixed sizeJouni Malinen2009-12-241-1/+2
* trace: Show eloop unregistered handler function name/file/lineJouni Malinen2009-12-223-4/+25
* trace: Filter out uninteresting functions from backtraceJouni Malinen2009-12-221-0/+36
* trace: Add active reference trackingJouni Malinen2009-12-224-3/+106
* Check fread return valueJouni Malinen2009-12-211-1/+6
* Add option libbfd support for tracing codeJouni Malinen2009-12-201-3/+215