Lines Matching refs:ref

22 prototypes in \ref common.h (the \verbatim #ifdef CONFIG_ANSI_C_EXTRA \endverbatim
27 definitions in \ref os.h to allow these to be replaced easily with a
29 available. In addition, \ref os.h defines couple of common platform
30 specific functions that are implemented in \ref os_unix.c for UNIX like
31 targets and in \ref os_win32.c for Win32 API. If the target platform does
38 platform needs different versions of the functions, \ref os.h can be
43 \ref common.h defines number of helper macros for handling integers of
52 a suitable source depending on the target platform. \ref config.c
56 The included \ref config_file.c backend uses a text file for configuration
57 and \ref config_winreg.c uses Windows registry. These files can be used as
60 \ref config_none.c can be used as an empty starting point for building a
69 (driver_*.c) if the new target is similar to one of them. \ref
79 and RSN pre-authentication 0x88c7. \ref l2_packet.h defines the interfaces
93 for Linux using packet sockets (\ref l2_packet_linux.c), more portable
94 version using libpcap/libdnet libraries (\ref l2_packet_pcap.c; this
96 interface (\ref l2_packet_freebsd.c).
99 libdnet (sending), \ref l2_packet_pcap.c can likely be used with minimal or
103 struct \ref wpa_driver_ops::hapd_send_eapol() handler can
112 signal). eloop.h defines the event loop interface. \ref eloop.c is an
121 wpa_supplicant uses a \ref ctrl_iface_page "control interface"
132 \ref wpa_supplicant/ctrl_iface.c. Matching client side is implemented as a control
133 interface library in \ref wpa_ctrl.c.
144 \ref wpa_supplicant/main.c includes an entry point for UNIX-like
149 wpa_supplicant instead of main.o. \ref wpa_supplicant/main.c is also a
153 \ref wpa_supplicant_i.h. In most cases, the entry point function should
156 \ref wpa_supplicant_init(). After this, existing network interfaces can be
157 added with \ref wpa_supplicant_add_iface(). \ref wpa_supplicant_run() is then
159 termination time, \ref wpa_supplicant_deinit() is used to release global
162 \ref wpa_supplicant_add_iface() and \ref wpa_supplicant_remove_iface() can be
196 registration in \ref drivers.c), configuration parser/writer (config_*.c),