Lines Matching full:control
2 * WPA Supplicant / UNIX domain socket -based control interface
23 * Control interface backends call this function when receiving a message that
41 * Control interface backends call this function when receiving a message from
55 * wpa_supplicant_ctrl_iface_init - Initialize control interface
59 * Initialize the control interface and start receiving commands from external
62 * Required to be implemented in each control interface backend.
68 * wpa_supplicant_ctrl_iface_deinit - Deinitialize control interface
71 * Deinitialize the control interface that was initialized with
74 * Required to be implemented in each control interface backend.
82 * Wait until the first message from an external program using the control
84 * processing to allow control interface programs to attach with
87 * Required to be implemented in each control interface backend.
92 * wpa_supplicant_global_ctrl_iface_init - Initialize global control interface
96 * Initialize the global control interface and start receiving commands from
99 * Required to be implemented in each control interface backend.
108 * Deinitialize the global control interface that was initialized with
111 * Required to be implemented in each control interface backend.