Lines Matching refs:driver
5 stack from low-level driver operations to high-level GUI design. This
10 The driver (or WLAN firmware/hardware) is expected to handle low-level
13 processing is done inside the driver. Configuration for these
14 low-level operations is defined in the driver interface:
15 src/drivers/driver.h. This defines both the commands and events used to
16 interact with the driver.
23 inside the driver/firmware component. P2P module API is defined in
31 (\ref wpa_supplicant/wps_supplicant.c). The driver operations are passed
33 directly with the driver interface.
121 The P2P module uses following functions to request lower layer driver
131 Events from lower layer driver operations are delivered to the P2P
158 \section p2p_driver P2P driver operations (low-level interface)
160 The following driver wrapper functions are needed for P2P in addition
170 The following driver wrapper events are needed for P2P in addition to
199 When going into the Listen state, the P2P module requests the driver
202 implement this, e.g., by using remain-on-channel low-level driver
203 functionality for off-channel operation. Once the driver is available