Home
last modified time | relevance | path

Searched +full:external +full:- +full:references (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/zephyr/
Dmodule.yml2 cmake-ext: True
3 kconfig-ext: True
5 external-references:
6 - cpe:2.3:a:w1.fi:hostapd:2.11:*:*:*:*:*:*:*
7 - pkg:generic/hostap@hostap_2_11?vcs_url=git://w1.fi/hostap.git
/hostap-latest/doc/
Ddoxygen.conf13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
56 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
58 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
59 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
60 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
79 # This tag implements a quasi-intelligent brief description abbreviator
[all …]
/hostap-latest/src/crypto/
Dtls.h3 * Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi>
30 * Note: These are used as identifier with external programs and as such, the
125 * struct tls_connection_params - Parameters for TLS connection
138 * must have a full case-insensitive match.
141 * case-insensitive match.
170 * supported, empty string to disable, or a colon-separated curve list.
228 * tls_init - Initialize TLS library
233 * Called once during program startup and once for each RSN pre-authentication
242 * tls_deinit - Deinitialize TLS library
245 * Called once during program shutdown and once for each RSN pre-authentication
[all …]
/hostap-latest/src/ap/
Dap_config.h3 * Copyright (c) 2003-2024, Jouni Malinen <j@w1.fi>
30 * mesh_conf - local MBSS state and settings
135 #define VLAN_ID_WILDCARD -1
139 int vlan_id; /* VLAN ID or -1 (VLAN_ID_WILDCARD) for wildcard entry */
161 int ref; /* (number of references held) - 1 */
186 size_t salt_len; /* non-zero when password is salted */
280 * struct hostapd_bss_config - Per-BSS configuration
302 int eap_server; /* Use internal EAP server instead of external
329 * EAP Request-Identity */
402 /* IEEE 802.11r - Fast BSS Transition */
[all …]
Dwpa_auth.c3 * Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi>
92 if (sm->mld_assoc_link_id >= 0) in wpa_auth_get_aa()
93 return sm->wpa_auth->mld_addr; in wpa_auth_get_aa()
95 return sm->wpa_auth->addr; in wpa_auth_get_aa()
102 if (sm->mld_assoc_link_id >= 0) in wpa_auth_get_spa()
103 return sm->peer_mld_addr; in wpa_auth_get_spa()
105 return sm->addr; in wpa_auth_get_spa()
115 if (!sm->wpa_auth) in wpa_gkeydone_sta()
118 sm->wpa_auth->group->GKeyDoneStations--; in wpa_gkeydone_sta()
119 sm->GUpdateStationKeys = false; in wpa_gkeydone_sta()
[all …]
/hostap-latest/hostapd/
Dhostapd.conf6 # Note: This attribute can be overridden by the values supplied with the '-i'
37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all
53 logger_syslog=-1
55 logger_stdout=-1
60 # from external programs (CLI/GUI, etc.) for status information and
72 # run as non-root users. However, since the control interface can be used to
75 # want to allow non-root users to use the control interface, add a new group
89 # (double quoted string, hexdump, printf-escaped string)
94 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding
97 # Country code (ISO/IEC 3166-1). Used to set regulatory domain.
[all …]