Lines Matching full:interface
2 * WPA Supplicant / UNIX domain socket -based control interface
27 * Control interface backends call this function when receiving a message that
45 * Control interface backends call this function when receiving a message from
59 * wpa_supplicant_ctrl_iface_init - Initialize control interface
63 * Initialize the control interface and start receiving commands from external
66 * Required to be implemented in each control interface backend.
72 * wpa_supplicant_ctrl_iface_deinit - Deinitialize control interface
76 * Deinitialize the control interface that was initialized with
78 * @priv may be %NULL if the control interface has not yet been initialized.
80 * Required to be implemented in each control interface backend.
90 * interface is received. This function can be used to delay normal startup
91 * processing to allow control interface programs to attach with
94 * Required to be implemented in each control interface backend.
99 * wpa_supplicant_global_ctrl_iface_init - Initialize global control interface
103 * Initialize the global control interface and start receiving commands from
106 * Required to be implemented in each control interface backend.
112 * wpa_supplicant_global_ctrl_iface_deinit - Deinitialize global ctrl interface
115 * Deinitialize the global control interface that was initialized with
118 * Required to be implemented in each control interface backend.