Lines Matching refs:ref
7 a small C library, in a form of a single C file, \ref wpa_ctrl.c, that
10 the library functions documented in \ref wpa_ctrl.h to interact with
11 wpa_supplicant. This library can also be used with C++. \ref hostapd_cli.c
16 control interface. The use of the functions defined in \ref wpa_ctrl.h can
23 communicate with hostapd should link in \ref wpa_ctrl.c. This
25 interface with \ref wpa_ctrl_open() and to send commands with
26 \ref wpa_ctrl_request().
31 hostapd. These can be executed using \ref wpa_ctrl_request().
35 attach to the control interface with \ref wpa_ctrl_attach() to receive these
41 \ref wpa_ctrl_request() caller will need to supply a callback, msg_cb,
43 control interface connections by calling \ref wpa_ctrl_open() twice and
46 not be broken by unsolicited messages. \ref wpa_cli.c is an example of how
51 be closed by calling \ref wpa_ctrl_close(). If the connection was used for
53 \ref wpa_ctrl_detach().
58 Following commands can be used with \ref wpa_ctrl_request():