Searched refs:types (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/src/eap_peer/ |
D | eap_tls_common.h | 140 struct eap_method_type **types, 142 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
D | eap_tls_common.c | 1106 struct eap_method_type **types, in eap_peer_select_phase2_methods() argument 1179 *types = methods; in eap_peer_select_phase2_methods() 1194 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument 1203 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak() 1210 if (types[i].vendor == EAP_VENDOR_IETF && in eap_peer_tls_phase2_nak() 1211 types[i].method < 256) in eap_peer_tls_phase2_nak() 1212 wpabuf_put_u8(*resp, types[i].method); in eap_peer_tls_phase2_nak()
|
/hostap-latest/doc/ |
D | eap_server.doxygen | 52 expanded types by registering a legacy EAP method for type 254. See
|
D | hostapd_ctrl_iface.doxygen | 28 hostapd uses the control interface for two types of communication:
|
D | eap.doxygen | 52 expanded types by registering a legacy EAP method for type 254. See
|
D | ctrl_iface.doxygen | 29 wpa_supplicant uses the control interface for two types of communication:
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 841 QStringList types = res.split(QChar(' ')); in getEapCapa() local 842 eapSelect->insertItems(-1, types); in getEapCapa()
|
D | wpagui.cpp | 442 QStringList types = res.split(QChar(' ')); in openCtrlConnection() local 443 bool wps = types.contains("WSC"); in openCtrlConnection()
|
/hostap-latest/wpa_supplicant/ |
D | todo.txt | 56 - make sure that TLS session cache is not shared between EAP types or if it
|
D | ChangeLog | 1062 * added secondary device types into P2P_PEER output 1788 v0.5.1 due to the new support for expanded EAP types) 2317 * added support for configuring list of allowed Phase 2 EAP types
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 116 used. To get a list of supported driver types see wpa_supplicant help
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4845 } types[] = { in wpas_dbus_getter_mac_address_randomization_mask() local 4859 for (i = 0; i < ARRAY_SIZE(types); i++) { in wpas_dbus_getter_mac_address_randomization_mask() 4860 if (wpas_mac_addr_rand_scan_get_mask(wpa_s, types[i].type, in wpas_dbus_getter_mac_address_randomization_mask() 4869 &types[i].key) || in wpas_dbus_getter_mac_address_randomization_mask()
|
/hostap-latest/src/drivers/ |
D | driver_nl80211.c | 3636 struct nlattr *types; in wpa_driver_nl80211_set_key() local 3638 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key() 3639 if (!types || in wpa_driver_nl80211_set_key() 3642 nla_nest_end(key_msg, types); in wpa_driver_nl80211_set_key() 3644 struct nlattr *types; in wpa_driver_nl80211_set_key() local 3646 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key() 3647 if (!types || in wpa_driver_nl80211_set_key() 3650 nla_nest_end(key_msg, types); in wpa_driver_nl80211_set_key()
|
/hostap-latest/hostapd/ |
D | ChangeLog | 28 * improved ACS to cover additional channel types/bandwidths 1199 * added support for configuring multiple allowed EAP types for Phase 2
|