Lines Matching full:network
2 * WPA Supplicant / Network configuration structures
48 * struct wpa_ssid - Network configuration data
50 * This structure includes all the configuration variables for a network. This
52 * the network list, struct wpa_config::ssid. Each network block in the
57 * next - Next network in global list
65 * pnext - Next network in per-priority list
74 * id - Unique id for the network
76 * This identifier is used as a unique identifier for each network
77 * block when using the control interface. Each network is allocated an
79 * file or when a new network is added through the control interface.
91 * network is matched against the scan results). Within each priority
103 * ssid - Service set identifier (network name)
105 * This is the SSID for the network. For wireless interfaces, this is
106 * used to select which network will be used. If set to %NULL (or
123 * If set, this network block is used only when associating with the AP
144 * bssid_set - Whether BSSID is configured for this network
167 * configured for the network. ASCII passphrase must be between 8 and
176 * when requesting association with the network.
241 * eap - EAP peer configuration for this network
346 * but its use is deprecated. WPA-None requires following network block
361 * disabled - Whether this network is currently disabled
363 * 0 = this network can be used (default).
364 * 1 = this network block is disabled (can be enabled through
366 * 2 = this network block includes parameters for a persistent P2P
372 * disabled_for_connect - Whether this network was temporarily disabled
391 * id_str - Network identifier string for external scripts
421 * station that creates the IBSS. If an IBSS network with the
422 * configured SSID is already present, the frequency of the network
433 * mesh_basic_rates - BSS Basic rate set for mesh network
439 * Mesh network plink parameters
463 * network. This can be used to speed up scanning when the network is
472 * roaming within a network (ESS) in following format:
525 * p2p_group - Network generated as a P2P group (used internally)
535 * temporary - Whether this network is temporary and not to be saved
549 * disable_ht - Disable HT (IEEE 802.11n) for this network
557 * disable_ht40 - Disable HT40 for this network
565 * disable_sgi - Disable SGI (Short Guard Interval) for this network
573 * disable_ldpc - Disable LDPC for this network
581 * ht40_intolerant - Indicate 40 MHz intolerant for this network
618 * disable_vht - Disable VHT (IEEE 802.11ac) for this network
670 * disabled_until - Network block disabled until this time if non-zero