Lines Matching defs:path

151  * @path: Pointer to a dbus object path representing an interface
155 struct wpa_global *global, const char *path)
161 os_strcmp(wpa_s->dbus_new_path, path) == 0)
522 * Returns: The object path of the new interface object,
605 const char *path = wpa_s->dbus_new_path;
609 &path, DBUS_TYPE_INVALID);
648 char *path;
651 dbus_message_get_args(message, NULL, DBUS_TYPE_OBJECT_PATH, &path,
654 wpa_s = get_iface_by_dbus_path(global, path);
668 * wpas_dbus_handler_get_interface - Get the object path for an interface name
671 * Returns: The object path of the interface object,
681 const char *path;
691 path = wpa_s->dbus_new_path;
695 if (!dbus_message_append_args(reply, DBUS_TYPE_OBJECT_PATH, &path,
1491 * Returns: A dbus message containing the object path of the new network
1501 char path_buf[WPAS_DBUS_OBJECT_PATH_MAX], *path = path_buf;
1532 /* Construct the object path for this network. */
1533 os_snprintf(path, WPAS_DBUS_OBJECT_PATH_MAX,
1542 if (!dbus_message_append_args(reply, DBUS_TYPE_OBJECT_PATH, &path,
2275 * wpas_dbus_handler_set_pkcs11_engine_and_module_path - Set PKCS #11 engine and module path
2280 * Sets the PKCS #11 engine and module path.
2297 /* Empty path defaults to NULL */
2309 /* Empty path defaults to NULL */
2317 "Reinit of the EAPOL state machine with the new PKCS #11 engine and module path failed.");
3064 * wpas_dbus_getter_current_bss - Get current bss object path
3092 * wpas_dbus_getter_current_network - Get current network object path
3207 /* Loop through scan results and append each result's object path */
3215 /* Construct the object path for this BSS. */
3268 /* Loop through configured networks and append object path of each */
3279 /* Construct the object path for this network. */
3298 * wpas_dbus_getter_pkcs11_engine_path - Get PKCS #11 engine path
3302 * Returns: A dbus message containing the PKCS #11 engine path
3323 * wpas_dbus_getter_pkcs11_module_path - Get PKCS #11 module path
3327 * Returns: A dbus message containing the PKCS #11 module path