Lines Matching defs:interface

2  * WPA Supplicant / dbus-based control interface
47 "interface=org.freedesktop.DBus,member=NameOwnerChanged";
123 * wpas_dbus_signal_interface - Send a interface related event signal
124 * @wpa_s: %wpa_supplicant network interface data
128 * Notify listeners about event related with interface
139 /* Do nothing if the control interface is not turned on */
163 * wpas_dbus_signal_interface_added - Send a interface created signal
164 * @wpa_s: %wpa_supplicant network interface data
166 * Notify listeners about creating new interface
175 * wpas_dbus_signal_interface_removed - Send a interface removed signal
176 * @wpa_s: %wpa_supplicant network interface data
178 * Notify listeners about removing interface
189 * @wpa_s: %wpa_supplicant network interface data
202 /* Do nothing if the control interface is not turned on */
224 * @wpa_s: %wpa_supplicant network interface data
241 /* Do nothing if the control interface is not turned on */
267 * @wpa_s: %wpa_supplicant network interface data
281 * @wpa_s: %wpa_supplicant network interface data
295 * @wpa_s: %wpa_supplicant network interface data
309 /* Do nothing if the control interface is not turned on */
330 * @wpa_s: %wpa_supplicant network interface data
344 * @wpa_s: %wpa_supplicant network interface data
358 * @wpa_s: %wpa_supplicant network interface data
376 /* Do nothing if the control interface is not turned on */
407 * @wpa_s: %wpa_supplicant network interface data
421 * @wpa_s: %wpa_supplicant network interface data
435 * @wpa_s: %wpa_supplicant network interface data
449 * @wpa_s: %wpa_supplicant network interface data
469 /* Do nothing if the control interface is not turned on */
502 * @wpa_s: %wpa_supplicant network interface data
529 * @wpa_s: %wpa_supplicant network interface data
543 /* Do nothing if the control interface is not turned on */
567 * @wpa_s: %wpa_supplicant network interface data
581 /* Do nothing if the control interface is not turned on */
605 * @wpa_s: %wpa_supplicant network interface data
622 /* Do nothing if the control interface is not turned on */
651 * @wpa_s: %wpa_supplicant network interface data
668 /* Do nothing if the control interface is not turned on */
717 * @wpa_s: %wpa_supplicant network interface data
735 /* Do nothing if the control interface is not turned on */
809 /* Do nothing if the control interface is not turned on */
850 /* Do nothing if the control interface is not turned on */
874 * @wpa_s: %wpa_supplicant network interface data
893 /* Do nothing if the control interface is not turned on */
916 * @wpa_s: %wpa_supplicant network interface data
930 * @wpa_s: %wpa_supplicant network interface data
946 * @wpa_s: %wpa_supplicant network interface data
958 /* Do nothing if the control interface is not turned on */
1029 /* Do nothing if the control interface is not turned on */
1112 * @wpa_s: %wpa_supplicant network interface data
1131 /* Do nothing if the control interface is not turned on */
1256 * @wpa_s: %wpa_supplicant network interface data
1277 /* Do nothing if the control interface is not turned on */
1284 /* New interface has been created for this group */
1293 * In case the device supports creating a separate interface the
1294 * DBus client will need to know the object path for the interface
1318 * @wpa_s: %wpa_supplicant network interface data
1339 /* Do nothing if the control interface is not turned on */
1432 * @wpa_s: %wpa_supplicant network interface data
1446 /* Do nothing if the control interface is not turned on */
1483 * @wpa_s: %wpa_supplicant network interface data
1497 /* Do nothing if the control interface is not turned on */
1540 * @wpa_s: %wpa_supplicant network interface data
1554 /* Do nothing if the control interface is not turned on */
1598 * @wpa_s: %wpa_supplicant network interface data
1617 /* Do nothing if the control interface is not turned on */
1668 * @wpa_s: %wpa_supplicant network interface data
1685 /* Do nothing if the control interface is not turned on */
1730 * @wpa_s: %wpa_supplicant network interface data
1748 /* Do nothing if the control interface is not turned on */
1786 * @wpa_s: %wpa_supplicant network interface data
1802 * @wpa_s: %wpa_supplicant network interface data
1817 * @wpa_s: %wpa_supplicant network interface data
1834 /* Do nothing if the control interface is not turned on */
1867 * @wpa_s: %wpa_supplicant network interface data
1880 /* Do nothing if the control interface is not turned on */
1902 * @wpa_s: %wpa_supplicant network interface data
1921 /* Do nothing if the control interface is not turned on */
1961 * @wpa_s: %wpa_supplicant network interface data
1964 * Sends PropertyChanged signals with path, interface and arguments
2021 * @wpa_s: %wpa_supplicant network interface data
2025 * Sends PropertyChanged signals with path, interface, and arguments depending
2238 * wpas_dbus_ctrl_iface_init - Initialize dbus control interface
2242 * Initialize the dbus control interface for wpa_supplicantand and start
2277 * wpas_dbus_ctrl_iface_deinit - Deinitialize dbus ctrl interface for
2281 * Deinitialize the dbus control interface that was initialized with
2328 * @wpa_s: wpa_supplicant interface structure
2345 * This is to handle cases where an interface is being initialized
2352 /* Do nothing if the control interface is not turned on */
2403 * @wpa_s: wpa_supplicant interface structure
2424 /* Do nothing if the control interface is not turned on */
2513 * @wpa_s: wpa_supplicant interface structure
2526 /* Do nothing if the control interface is not turned on */
2554 * @wpa_s: wpa_supplicant interface structure
2569 /* Do nothing if the control interface is not turned on */
3394 * wpas_dbus_register_interface - Register an interface with D-Bus
3395 * @wpa_s: wpa_supplicant interface structure
3405 /* Do nothing if the control interface is not turned on */
3409 /* Create and set the interface's object path */
3429 wpa_printf(MSG_DEBUG, "dbus: Register interface object '%s'",
3449 * wpas_dbus_unregister_interface - Unregister the interface from D-Bus
3450 * @wpa_s: wpa_supplicant interface structure
3457 /* Do nothing if the control interface is not turned on */
3464 wpa_printf(MSG_DEBUG, "dbus: Unregister interface object '%s'",
3566 * @wpa_s: %wpa_supplicant network interface data
3568 * @interface: name of the interface emitting this signal.
3570 * the "interface object" or by "peer objects"
3576 const u8 *dev_addr, const char *interface,
3589 /* Do nothing if the control interface is not turned on */
3597 msg = dbus_message_new_signal(wpa_s->dbus_new_path, interface,
3616 * @wpa_s: %wpa_supplicant network interface data
3631 * @wpa_s: %wpa_supplicant network interface data
3646 * @wpa_s: wpa_supplicant interface structure
3659 /* Do nothing if the control interface is not turned on */
3713 * @wpa_s: wpa_supplicant interface structure
3726 /* Do nothing if the control interface is not turned on */
3752 * @wpa_s: %wpa_supplicant network interface data
3763 /* Do nothing if the control interface is not turned on */
3781 * @wpa_s: %wpa_supplicant network interface data
3863 * @wpa_s: wpa_supplicant interface structure
3876 /* Do nothing if the control interface is not turned on */
3927 * @wpa_s: wpa_supplicant interface structure
3935 /* Do nothing if the control interface is not turned on */
3979 * @wpa_s: wpa_supplicant interface structure
3994 /* Do nothing if the control interface is not turned on */
4065 * @wpa_s: wpa_supplicant interface structure
4083 /* Do nothing if the control interface is not turned on */