Lines Matching refs:ref
16 can be replaced with generic code in \ref driver_wext.c once the target driver
21 defined in \ref driver.h. These functions are registered by filling struct
22 \ref wpa_driver_ops with function pointers. Hardware independent parts of
25 callback function, \ref wpa_supplicant_event(), and its parameters are
26 documented in \ref driver.h. In addition, a pointer to the 'struct
27 \ref wpa_driver_ops' needs to be registered in \ref drivers.c file.
43 \ref driver_wext.c. All Linux driver wrappers can use these when the kernel
46 \ref driver_hostap.c. These files need to define struct \ref wpa_driver_ops
47 entry that will be used in \ref wpa_supplicant.c when calling driver
48 functions. struct \ref wpa_driver_ops entries are registered in \ref drivers.c.
52 one. \ref driver_hostap.c and \ref driver_wext.c include a complete
54 of WPA IE and roaming. \ref driver_ndis.c (with help from \ref driver_ndis_.c)
94 recommended. The current driver wrapper (\ref driver_wext.c) uses this for
104 \ref driver_hostap.c wrapper uses following sequence for this
128 \ref driver.h). wpa_supplicant is normally configured to use
136 details are defined in \ref driver.h (\ref wpa_supplicant_event() function
137 and enum \ref wpa_event_type).