Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:network

16  * functions for managing network connections.
321 * @ssid: Configuration data for the network
325 * authentication configuration when the selected network does not use WPA.
860 * @ssid: Configuration data for the selected network
867 * based on the network configuration and scan result for the selected BSS (if
1056 * @ssid: Configuration data for the selected network
1136 /* Use ap_scan==1 style network selection to find the network
1420 * network configurations.
1504 * wpa_supplicant_enable_network - Mark a configured network as enabled
1505 * @wpa_s: wpa_supplicant structure for a network interface
1506 * @ssid: wpa_ssid structure for a configured network or %NULL
1508 * Enables the specified network or all networks if no network specified.
1540 * configuration and a new network was made available.
1557 * wpa_supplicant_disable_network - Mark a configured network as disabled
1558 * @wpa_s: wpa_supplicant structure for a network interface
1559 * @ssid: wpa_ssid structure for a configured network or %NULL
1561 * Disables the specified network or all networks if no network specified.
1602 * wpa_supplicant_select_network - Attempt association with a network
1603 * @wpa_s: wpa_supplicant structure for a network interface
1604 * @ssid: wpa_ssid structure for a configured network or %NULL for any network
1618 * network specified.
1643 * @wpa_s: wpa_supplicant structure for a network interface
1677 * @wpa_s: wpa_supplicant structure for a network interface
1700 * @wpa_s: wpa_supplicant structure for a network interface
1764 * wpa_supplicant_get_ssid - Get a pointer to the current network structure
1766 * Returns: A pointer to the current network structure or %NULL on failure
2342 * wpa_supplicant_add_iface - Add a new network interface
2347 * This function is used to add new network interfaces for %wpa_supplicant.
2351 * e.g., when a hotplug network adapter is inserted.
2412 * wpa_supplicant_remove_iface - Remove a network interface
2414 * @wpa_s: Pointer to the network interface to be removed
2417 * This function can be used to dynamically remove network interfaces from
2418 * %wpa_supplicant, e.g., when a hotplug network adapter is ejected. In
2453 * @wpa_s: Pointer to the network interface
2474 * wpa_supplicant_get_iface - Get a new network interface
2510 * network interfaces, and eventually, to deinitialize %wpa_supplicant.
2650 * allocated resources. Remaining network interfaces will also be removed.