Lines Matching full:network
30 * Structure for network configuration parsing. This data is used to implement
31 * a generic parser for each network block variable. The table of configuration
1374 /* Helper macros for network block parser */
1448 * Table of network configuration variables. This table is used to parse each
1449 * network configuration variable, e.g., each line in wpa_supplicant.conf file
1450 * that is inside a network block.
1578 * wpa_config_add_prio_network - Add a network to priority lists
1580 * @ssid: Pointer to the network configuration to be added to the list
1583 * This function is used to add a network block to the priority list of
1584 * networks. This must be called for each network when reading in the full
1596 * configured priority level for this network.
1608 /* First network for this priority - add a new priority list */
1631 * wpa_config_update_prio_list - Update network priority list
1636 * configuration when a network is being added or removed. This is also called
1637 * if a priority for a network is changed.
1705 * wpa_config_free_ssid - Free network/ssid configuration data
1706 * @ssid: Configuration data for the network
1708 * This function frees all resources allocated for the network configuration
1776 * wpa_config_foreach_network - Iterate over each configured network
1778 * @func: Callback function to process each network
1783 * supplied network.
1801 * wpa_config_get_network - Get configured network based on id
1803 * @id: Unique network id to search for
1804 * Returns: Network configuration or %NULL if not found
1822 * wpa_config_add_network - Add a new network with empty configuration
1824 * Returns: The new network configuration or %NULL if operation failed
1857 * wpa_config_remove_network - Remove a configured network based on id
1859 * @id: Unique network id to search for
1860 * Returns: 0 on success, or -1 if the network was not found
1889 * wpa_config_set_network_defaults - Set network default values
1890 * @ssid: Pointer to network configuration data
1907 * wpa_config_set - Set a variable in network configuration
1908 * @ssid: Pointer to network configuration data
1914 * This function can be used to set network configuration variables based on
1944 wpa_printf(MSG_ERROR, "Line %d: unknown network field "
1955 * wpa_config_get_all - Get all options from network configuration
1956 * @ssid: Pointer to network configuration data
1962 * This function can be used to get list of all configured network properties.
2018 * wpa_config_get - Get a variable in network configuration
2019 * @ssid: Pointer to network configuration data
2023 * This function can be used to get network configuration variables. The
2047 * wpa_config_get_no_key - Get a variable in network configuration (no keys)
2048 * @ssid: Pointer to network configuration data
2052 * This function can be used to get network configuration variable like
2096 * @ssid: Pointer to network configuration data
2099 * passphrase has changed for the network configuration.