P2P: Do not initialize bgscan on P2P interfaces
[mech_eap.git] / src / utils /
2014-03-02 Jouni Malinentrace: Fix memory use on no-function name path
2014-02-25 Emanuel TaubeAdd os_remove_in_array()
2014-02-20 Anders Kaseorgwpa_debug: Remove 2048 byte message length limit
2014-01-07 Jouni MalinenFix req_scan-deplete-timeout and update eloop API for...
2013-12-31 Jouni MalinenDeclare wpa_debug_* variables in src/utils/wpa_debug.h
2013-12-29 Jouni MalinenDefine __maybe_unused
2013-12-26 Jouni MalinenMove int_array helpfer functions to utils/common.c
2013-12-24 Jouni MalinenConvert wpa_hexdump functions to use void pointer inste...
2013-12-08 Johannes BergUse monotonic clock for last_sae_token_key_update
2013-12-08 Johannes BergOS utils: Add os_reltime_expired()
2013-12-08 Johannes BergOS utils: Provide os_reltime_age()
2013-11-24 Jouni MalinenAdd CONFIG_CODE_COVERAGE=y option for gcov
2013-11-20 Johannes BergUse monotonic clock for relative time for eloop if...
2013-11-17 Jouni Malinenwlantest: Add support for log output into a file
2013-11-17 Jouni Malineneloop: Remove eloop_none.c
2013-11-17 Masashi HonmaSCARD: Clean up SIM/USIM selection
2013-11-17 Dmitry ShmidtDeplete scan request if new time is less than remaining
2013-11-08 Nick KralevichAndroid: Use correct header file path for capability.h
2013-11-07 Kyeyoon Parkeloop: Add support for replenishing a registered timeout
2013-11-02 Jouni MalinenConvert perror/printf calls to wpa_printf
2013-10-29 Dmitry ShmidtAndroid: Fix ARRAY_SIZE() compilation
2013-10-27 Eliad Pellerhostapd: Verify VHT capabilities are supported by driver
2013-10-26 Jouni MalinenUse ARRAY_SIZE() macro
2013-10-26 Jouni MalinenIntroduce ARRAY_SIZE() macro
2013-10-26 Jouni MalinenRemove os_strncpy()
2013-10-22 Jouni MalinenMake frequency range list routines more general
2013-09-25 Kyeyoon ParkFix wpa_config_parse_string() to null terminate printf...
2013-07-20 Michal KaziorAdd missing host_to_le32() for big endian hosts
2013-07-09 Jouni MalinenRemove forgotten Xcode defines
2013-05-18 Jouni MalinenP2P: No duplicate AP-STA-CONNECTED/DISCONNECTED as...
2013-05-18 Jouni MalinenAdd wpa_msg_global() for global events
2013-05-14 Jouni Malinenedit: Fix libreadline history clearing with WPA_TRACE
2013-05-09 Simon Wunderlicheloop: Allow to run event loop multiple times in a row
2013-05-05 Jouni Malinenedit: Fix history processing on running old command
2013-04-27 Jouni MalinenAdd dup_binstr() to help common binary string tasks
2013-04-27 Jouni MalinenAdd bitfield routines
2013-04-23 Dmitry Shmidtwpa_supplicant: Add option -I for additional config...
2013-02-08 Deepthi GowriAndroid: Allow setgroups to be overridden from build...
2013-02-03 Pontus Fuchseloop: Add a timer cancel that returns the remaining...
2013-02-03 Jouni Malineneloop_win: Update to be closer to the current eloop.c
2013-02-03 Jouni Malineneloop_win: Use struct dl_list for timeouts
2013-02-03 Jouni Malineneloop_none: Update sample to be closer to the current...
2013-02-03 Jouni Malineneloop_none: Use struct dl_list for timeouts
2013-02-03 Jouni Malineneloop_none: Fix compilation
2013-01-12 Jouni MalinenReplace macros with inline functions for WPA_{GET,PUT...
2012-08-19 Jouni Malinenwpabuf: Get rid of separate ext_data pointer
2012-08-19 Jouni MalinenUse a shared helper function for merging supported...
2012-08-13 Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-08-13 Jouni MalinenAdd os_realloc_array() wrapper
2012-08-13 Jouni MalinenAdd os_calloc() wrapper
2012-08-07 Jouni Malinenhostapd: Add alternative format for configuring SSID
2012-08-07 Jouni MalinenMake wpa_config_parse_string() a shared function
2012-08-07 Jouni MalinenUse printf escaping in SSID-to-printable-string conversion
2012-08-07 Jouni MalinenAdd routines for encoding/decoding printf escaping...
2012-08-05 Jouni Malinenedit: Clear edit line on deinit when using readline
2012-08-05 Jouni Malinenedit: Add support for prompt string with readline
2012-08-05 Jouni Malinenedit: Add support for prompt string with internal line...
2012-08-05 Janusz Dziedzicedit: Add support for setting prompt string
2012-08-03 Jouni MalinenEXT PW: Add framework for supporting external password...
2012-07-04 Jouni Malineneloop: Fix EVENT_TYPE_WRITE with poll()-based eloop
2012-06-24 Ben Greeareloop/poll: Handle POLLER | POLLHUP in read logic
2012-04-28 Jouni MalinenFix compiler warning on printf format with size_t
2012-04-07 Jouni MalinenRemove experimental Symbian build
2012-03-31 Johannes Bergdebug: Add option to log to Linux tracing
2012-03-29 Jouni MalinenFix eapol_test build without CONFIG_PCSC=y
2012-03-04 Jouni MalinenInterworking: Use EAP-AKA if USIM is used
2012-03-03 Jouni MalinenSCARD: Increase application template DO buffer size
2012-03-03 Jouni MalinenSCARD: Move SIM file definitions into the C file
2012-03-03 Jouni MalinenSCARD: Add function for fetching PIN retry counter
2012-03-03 Jouni MalinenSCARD: Add debug dumps of FCP template TLVs in SELECT...
2012-03-03 Jouni MalinenSCARD: Reindent scard_parse_fsp_templ()
2012-02-26 Jouni Malinenpcsc: Allow T1 protocol to be enabled
2012-02-26 Jouni MalinenAllow PC/SC reader to be selected and initialized at...
2012-02-18 Jouni MalinenAndroid: Extend debug logging to include wpa_dbg and...
2012-02-12 Jouni Malineneloop: Fix allocation failure handling in poll() version
2012-02-12 Ben Greeareloop: Support poll() in eloop
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-01-29 Nicolas Cavallariwpa_debug: Support outputting hexdumps into syslog
2012-01-25 Jouni Malinenpcsc: Fix compiler warning on signed vs. unsigned compa...
2012-01-22 Simon BaatzSIM/USIM: Add function to get the MNC length from the...
2011-12-18 Jouni MalinenPCSC: Accept 0x67 (Wrong length) as a response to READ...
2011-11-20 Jouni MalinenAvoid possible compiler warning in os_gmtime()
2011-11-19 Helmut Schaanl80211: Implement noack policy for send_mlme
2011-11-18 Jouni MalinenUse NULL instead of 0 for pointers
2011-11-18 Jouni MalinenInclude list.h after trace.h to avoid offsetof refinition
2011-11-03 Jouni MalinenInclude time.h to fix Windows builds
2011-10-28 Johannes Bergdl_list: Add DEFINE_DL_LIST
2011-10-23 Jouni MalinenRemove unused variable from os_gmtime()
2011-10-21 Dmitry ShmidtSet ANDROID_LOG_NAME depending on application
2011-10-17 Jouni MalinenAdd os_gmtime() as wrapper for gmtime()
2011-10-16 Jouni Malinenbase64: Stop decoding at the first sequence of pad...
2011-10-15 Jouni Malinenedit: Fix history prev/next selection
2011-09-21 Pavel RoskinFix typos found by codespell
2011-09-12 Jouni MalinenRemove time.h include from utils/includes.h
2011-06-23 Jouni MalinenAdd a copyright and license statement for a radiotap...
2011-04-14 Jouni MalinenAdd sanity checks for fseek and ftell return values
2011-03-20 Sam LefflerAdd support for setting the syslog facility from the...
2011-03-06 Ganesh PrasadhTDLS: Add initial support for TDLS (IEEE Std 802.11z...
2011-03-06 Jouni MalinenAdd defines for Valgrind client requests
2011-03-06 Jouni Malineneloop: Fix integer overflow in long timeouts
next