wpa_supplicant / hostapd 2.0

utils Directory Reference

Directory dependency graph for src/utils/:
src/utils/

Files

file  base64.c
 

Base64 encoding/decoding (RFC1341)


file  base64.h [code]
 

Base64 encoding/decoding (RFC1341)


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_none.c
 

Event loop - empty template (basic structure, but no OS specific operations)


file  eloop_win.c
 

Event loop based on Windows events and WaitForMultipleObjects.


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  radiotap.c
 

Radiotap parser.


file  radiotap.h [code]
file  radiotap_iter.h [code]
 

Radiotap parser.


file  state_machine.h [code]
 

wpa_supplicant/hostapd - State machine definitions


file  trace.c
 

Backtrace debugging.


file  trace.h [code]
 

Backtrace debugging.


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.



Detailed Description

Utility functions

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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines