Lines Matching full:control

2  * wpa_supplicant/hostapd control interface library
16 /* wpa_supplicant control interface - fixed message prefixes */
237 /* hostapd control interface - fixed message prefixes */
326 /* wpa_supplicant/hostapd control interface access */
329 * wpa_ctrl_open - Open a control interface to wpa_supplicant/hostapd
331 * Returns: Pointer to abstract control interface data or %NULL on failure
333 * This function is used to open a control interface to wpa_supplicant/hostapd.
335 * is configured in wpa_supplicant/hostapd and other programs using the control
341 * wpa_ctrl_open2 - Open a control interface to wpa_supplicant/hostapd
345 * Returns: Pointer to abstract control interface data or %NULL on failure
347 * This function is used to open a control interface to wpa_supplicant/hostapd
356 * wpa_ctrl_close - Close a control interface to wpa_supplicant/hostapd
357 * @ctrl: Control interface data from wpa_ctrl_open()
359 * This function is used to close a control interface.
366 * @ctrl: Control interface data from wpa_ctrl_open()
385 * event messages. Alternatively to msg_cb, programs can register two control
388 * the control interface connection that will be used for event messages.
396 * wpa_ctrl_attach - Register as an event monitor for the control interface
397 * @ctrl: Control interface data from wpa_ctrl_open()
400 * This function registers the control interface connection as a monitor for
402 * control interface connection starts receiving event messages that can be
409 * wpa_ctrl_detach - Unregister event monitor from the control interface
410 * @ctrl: Control interface data from wpa_ctrl_open()
413 * This function unregisters the control interface connection as a monitor for
421 * wpa_ctrl_recv - Receive a pending control interface message
422 * @ctrl: Control interface data from wpa_ctrl_open()
427 * This function will receive a pending control interface message. The received
432 * must have been used to register the control interface as an event monitor.
439 * @ctrl: Control interface data from wpa_ctrl_open()
442 * This function will check whether there are any pending control interface
445 * register the control interface as an event monitor.
451 * wpa_ctrl_get_fd - Get file descriptor used by the control interface
452 * @ctrl: Control interface data from wpa_ctrl_open()
456 * control interface connection. The returned value can be used, e.g., with