Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 29) sorted by relevance

12

/hostap-3.7.0/hostapd/
DChangeLog7 - added option send SAE Confirm immediately (sae_config_immediate=1)
9 - added support for the hash-to-element mechanism (sae_pwe=1 or
12 - added support for SAE-PK
20 * added support for using OpenSSL 3.0
22 * added configuration (max_auth_rounds, max_auth_rounds_short) to
25 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol)
30 * added support for nl80211 control port for EAPOL frame TX/RX
35 * added support for Beacon protection
36 * added support for Extended Key ID for pairwise keys
39 * added a build option to remove TKIP support (CONFIG_NO_TKIP=y)
[all …]
Dhostapd.wpa_psk6 # An optional key identifier can be added by prefixing the line with
10 # An optional WPS tag can be added by prefixing the line with
Dhostapd.eap_user52 # Arbitrary RADIUS attributes can be added into Access-Accept packets similarly
DREADME-WPS112 # if external Registrars are allowed, UPnP support could be added:
335 If the NFC tag contains a password token, the token is added to the
DREADME-MULTI-AP80 is created for each backhaul STA and it is automatically added to a bridge.
/hostap-3.7.0/wpa_supplicant/
DChangeLog7 - added support for the hash-to-element mechanism (sae_pwe=1 or
11 - added support for SAE-PK
23 * added support for using OpenSSL 3.0
27 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol)
29 * added support for SAE (WPA3-Personal) AP mode configuration
30 * added P2P support for EDMG (IEEE 802.11ay) channels
34 * added support for nl80211 control port for EAPOL frame TX/RX
38 * added support for Beacon protection
39 * added support for Extended Key ID for pairwise keys
42 * added a build option to remove TKIP support (CONFIG_NO_TKIP=y)
[all …]
DREADME-WPS82 The network configuration blocks needed for WPS are added
84 to be added explicitly in the configuration file.
359 If the NFC tag contains a configuration token, the network is added to
361 the token is added to the WPS Registrar component. This information can
Dandroid.config25 # functionality is added to it. nl80211-based interface is the new
348 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
517 # PMKSA cache entries to be fetched and new entries to be added.
DREADME-Windows.txt61 used, these Include and Lib directories need to be added to project
98 added to match the system. An example configuration is available in
Ddefconfig25 # functionality is added to it. nl80211-based interface is the new
382 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
586 # PMKSA cache entries to be fetched and new entries to be added.
DREADME145 added in the future. See developer's documentation
334 Following options can be added to .config to select which driver
496 If the interface is added in a Linux bridge (e.g., br0), the bridge
897 # Configure a network using the newly added network interface:
963 can be started when an interface is added (hotplug/udev/etc. scripts).
DREADME-P2P65 interface that is automatically added when the driver is loaded, e.g.,
209 default config method "p2ps" keyword is added in p2p_connect command.
656 Set postfix string to be added to the automatically generated P2P SSID
/hostap-3.7.0/wpa_supplicant/wpa_gui-qt4/icons/
DREADME24 last change: April 20, 2008 10:32 pm (File added)
37 last change: May 18, 2008 07:04 pm (File added)
/hostap-3.7.0/doc/
Dporting.doxygen33 added.
45 may need to be added for the target platform.
102 added. Alternatively, for hostapd,
157 added with \ref wpa_supplicant_add_iface(). \ref wpa_supplicant_run() is then
198 components have been added, the end result should be a working
202 can be added by linking in more files and defining C pre-processor
Ddriver_wrapper.doxygen13 Extensions (WE). Since features required for WPA were added only recently to
83 v18 added support for configuring these algorithms and
98 this was added in WE-18. With older versions, a custom event can be used
144 Michael MIC failure event was added in WE-18. Older versions of Wireless
Ddbus.doxygen154 <p>A new interface was added to wpa_supplicant.</p>
158 <dd>A D-Bus path to an object representing the added interface</dd>
162 <dd>A dictionary containing properties of added interface.</dd>
190 Interface implemented by objects related to network interface added to
377 <p>Returns the blob data of a previously added blob.</p>
501 <dd>Frame ID for which Vendor specific IE is to be added.</dd>
566 <dd>A D-Bus path to an object representing the added credential</dd>
773 <p>List of blobs names added to the Interface.</p>
1088 <p>Priority for the networks added through WPS</p>
1121 <dd>A dictionary containing properties of added BSS.</dd>
[all …]
Deap_server.doxygen26 method specific functions. This allows new EAP methods to be added
Deap.doxygen26 method specific functions. This allows new EAP methods to be added
Dctrl_iface.doxygen303 fields may be added to this field=value data, so the ctrl_iface user
602 If optional argument, 'strict', is added, only the values that the
753 WPA_EVENT_BSS_ADDED: A new BSS entry was added. The event prefix is
Dcode_structure.doxygen67 may need to be added when porting to new operating systems that are
/hostap-3.7.0/src/ap/
Dwps_hostapd.c1521 int added; member
1536 data->added++; in wps_add_pin()
1552 data.added = 0; in hostapd_wps_add_pin()
1563 return data.added ? 0 : -1; in hostapd_wps_add_pin()
1982 int added; member
1997 data->added++; in wps_add_nfc_password_token()
2009 data.added = 0; in hostapd_wps_add_nfc_password_token()
2012 return data.added ? 0 : -1; in hostapd_wps_add_nfc_password_token()
/hostap-3.7.0/src/common/
Dwpa_common.c2487 int added = 0; in wpa_insert_pmkid() local
2520 added += 2; in wpa_insert_pmkid()
2535 os_memmove(rpos + 2 + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid()
2539 added += 2 + PMKID_LEN; in wpa_insert_pmkid()
2564 added -= num_pmkid * PMKID_LEN; in wpa_insert_pmkid()
2568 os_memmove(rpos + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid()
2570 added += PMKID_LEN; in wpa_insert_pmkid()
2577 *ies_len += added; in wpa_insert_pmkid()
/hostap-3.7.0/tests/
DREADME18 configuration examples can be added there
/hostap-3.7.0/
DCONTRIBUTIONS51 functionality is added, why the changes are useful, etc.).
/hostap-3.7.0/src/drivers/
Ddriver_nl80211.c7893 int added = 1; in wpa_driver_nl80211_if_add() local
7922 added = 0; in wpa_driver_nl80211_if_add()
7934 if (added) in wpa_driver_nl80211_if_add()
7949 if (added) in wpa_driver_nl80211_if_add()
7957 if (added) in wpa_driver_nl80211_if_add()
7963 if (added) in wpa_driver_nl80211_if_add()
7974 if (added) in wpa_driver_nl80211_if_add()
7984 if (added) in wpa_driver_nl80211_if_add()
7992 if (added) in wpa_driver_nl80211_if_add()
8004 new_bss->added_if = added; in wpa_driver_nl80211_if_add()

12