Lines Matching refs:interface
50 wpa_supplicant implements a configuration interface that allows the
64 \section driver_iface_porting Driver interface
68 adding a new driver interface module or modifying an existing module
71 of the driver interface and discusses the tasks involved in porting
86 separate interface may need to be implemented to the network stack or
89 a mechanism is not feasible, the interface can also be implemented
96 interface (\ref l2_packet_freebsd.c).
100 no changes. If this is not a case or a proprietary interface for link
105 integrated with the driver interface implementation.
112 signal). eloop.h defines the event loop interface. \ref eloop.c is an
119 \section ctrl_iface_porting Control interface
121 wpa_supplicant uses a \ref ctrl_iface_page "control interface"
126 support sockets, this interface will likely need to be modified to use
127 another mechanism like message queues. The control interface is
131 The wpa_supplicant side of the control interface is implemented in
133 interface library in \ref wpa_ctrl.c.
166 also possible to do this when a network interface is being
168 for the interface is fully enabled/disabled at the same time.
188 include a driver interface. However, this is a good starting point
195 driver interface (driver_*.c and matching CONFIG_DRIVER_* define for