wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
utils Directory Reference
Directory dependency graph for utils:
src/utils

Files

file  base64.c
 Base64 encoding/decoding (RFC1341)
 
file  base64.h [code]
 Base64 encoding/decoding (RFC1341)
 
file  bitfield.c
 Bitfield.
 
file  bitfield.h [code]
 Bitfield.
 
file  browser-android.c
 Hotspot 2.0 client - Web browser using Android browser.
 
file  browser-system.c
 Hotspot 2.0 client - Web browser using system browser.
 
file  browser-wpadebug.c
 Hotspot 2.0 client - Web browser using wpadebug on Android.
 
file  browser.c
 Hotspot 2.0 client - Web browser using WebKit.
 
file  browser.h [code]
 Hotspot 2.0 client - Web browser.
 
file  build_config.h [code]
 wpa_supplicant/hostapd - Build time configuration defines
 
file  common.c
 wpa_supplicant/hostapd / common helper functions, etc.
 
file  common.h [code]
 wpa_supplicant/hostapd / common helper functions, etc.
 
file  edit.c
 Command line editing and history.
 
file  edit.h [code]
 Command line editing and history.
 
file  edit_readline.c
 Command line editing and history wrapper for readline.
 
file  edit_simple.c
 Minimal command line editing.
 
file  eloop.c
 Event loop based on select() loop.
 
file  eloop.h [code]
 Event loop.
 
file  eloop_win.c
 Event loop based on Windows events and WaitForMultipleObjects.
 
file  ext_password.c
 External password backend.
 
file  ext_password.h [code]
 External password backend.
 
file  ext_password_i.h [code]
 External password backend - internal definitions.
 
file  ext_password_test.c
 External password backend.
 
file  http-utils.h [code]
 HTTP wrapper.
 
file  http_curl.c
 HTTP wrapper for libcurl.
 
file  includes.h [code]
 wpa_supplicant/hostapd - Default include files
 
file  ip_addr.c
 IP address processing.
 
file  ip_addr.h [code]
 IP address processing.
 
file  list.h [code]
 Doubly-linked list.
 
file  os.h [code]
 OS specific functions.
 
file  os_internal.c
 wpa_supplicant/hostapd / Internal implementation of OS specific functions
 
file  os_none.c
 wpa_supplicant/hostapd / Empty OS specific functions
 
file  os_unix.c
 OS specific functions for UNIX/POSIX systems.
 
file  os_win32.c
 wpa_supplicant/hostapd / OS specific functions for Win32 systems
 
file  pcsc_funcs.c
 WPA Supplicant / PC/SC smartcard interface for USIM, GSM SIM.
 
file  pcsc_funcs.h [code]
 WPA Supplicant / PC/SC smartcard interface for USIM, GSM SIM.
 
file  platform.h [code]
 
file  radiotap.c
 Radiotap parser.
 
file  radiotap.h [code]
 
file  radiotap_iter.h [code]
 
file  state_machine.h [code]
 wpa_supplicant/hostapd - State machine definitions
 
file  trace.c
 Backtrace debugging.
 
file  trace.h [code]
 Backtrace debugging.
 
file  utils_module_tests.c
 utils module tests
 
file  uuid.c
 Universally Unique IDentifier (UUID)
 
file  uuid.h [code]
 Universally Unique IDentifier (UUID)
 
file  wpa_debug.c
 wpa_supplicant/hostapd / Debug prints
 
file  wpa_debug.h [code]
 wpa_supplicant/hostapd / Debug prints
 
file  wpabuf.c
 Dynamic data buffer.
 
file  wpabuf.h [code]
 Dynamic data buffer.
 
file  xml-utils.c
 Generic XML helper functions.
 
file  xml-utils.h [code]
 Generic XML helper functions.
 
file  xml_libxml2.c
 XML wrapper for libxml2.
 

Detailed Description

Utility functions

Independent set of helper functions that most other components use. This includes portability wrappers and helpers for common tasks.