Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:network

286  * @network: (out) the configured network this object path refers to, if any
288 * Returns: The object path of the network interface this path refers to
290 * For a given object path, decomposes the object path into object id, network,
293 char * wpas_dbus_decompose_object_path(const char *path, char **network,
321 if (network && net_part) {
322 /* Deal with a request for a configured network */
325 *network = NULL;
327 *network = strdup(net_name);
362 * wpas_dbus_new_invalid_network_error - Return a new invalid network error message
366 * Convenience function to create and return an invalid network error
371 "The requested network does not exist.");
392 * @wpa_s: a network interface's data
393 * @network_id: id of the configured network we're interested in
424 * @wpa_s: a network interface's data
425 * @bssid: bssid of the scanned network we're interested in
480 * This function dispatches all incoming dbus messages for network interfaces,
492 char *network = NULL;
500 iface_obj_path = wpas_dbus_decompose_object_path(path, &network,
516 if (network && !strcmp(msg_interface, WPAS_DBUS_IFACE_NETWORK)) {
518 int nid = strtoul(network, NULL, 10);
561 free(network);
625 * @wpa_s: %wpa_supplicant network interface data
666 * @wpa_s: %wpa_supplicant network interface data
1015 * wpa_supplicant_get_iface_by_dbus_path - Get a new network interface