Lines Matching refs:interface
2 \page hostapd_ctrl_iface_page hostapd control interface
4 hostapd implements a control interface that can be used by
9 interface. External programs can link this file into them and then use
16 control interface. The use of the functions defined in \ref wpa_ctrl.h can
20 \section using_ctrl_iface Using the control interface
25 interface with \ref wpa_ctrl_open() and to send commands with
28 hostapd uses the control interface for two types of communication:
33 interface connection without specific request from the external program
35 attach to the control interface with \ref wpa_ctrl_attach() to receive these
38 If the control interface connection is used both for commands and
43 control interface connections by calling \ref wpa_ctrl_open() twice and
50 Once the control interface connection is not needed anymore, it should
56 \section ctrl_iface_cmds Control interface commands
63 to the control interface commands. The expected reply is \c PONG if the