Home | History | Annotate | Download | only in common

Lines Matching full:used

196  * @ctrl_path: Path for UNIX domain sockets; ignored if UDP sockets are used.
199 * This function is used to open a control interface to wpa_supplicant/hostapd.
211 * This function is used to close a control interface.
223 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
226 * This function is used to send commands to wpa_supplicant/hostapd. Received
232 * msg_cb can be used to register a callback function that will be called for
236 * the program has used wpa_ctrl_attach() to register itself as a monitor for
240 * the control interface connection that will be used for event messages.
282 * wpa_ctrl_recv() is only used for event messages, i.e., wpa_ctrl_attach()
283 * must have been used to register the control interface as an event monitor.
295 * only used for event messages, i.e., wpa_ctrl_attach() must have been used to
302 * wpa_ctrl_get_fd - Get file descriptor used by the control interface
304 * Returns: File descriptor used for the connection
306 * This function can be used to get the file descriptor that is used for the
307 * control interface connection. The returned value can be used, e.g., with
310 * The returned file descriptor must not be used directly for sending or
312 * wpa_ctrl_recv() must be used for this.