Searched refs:types (Results 1 – 14 of 14) sorted by relevance
/hostap-3.6.0/src/eap_peer/ |
D | eap_tls_common.h | 135 struct eap_method_type **types, 137 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
D | eap_tls_common.c | 1097 struct eap_method_type **types, in eap_peer_select_phase2_methods() argument 1170 *types = methods; in eap_peer_select_phase2_methods() 1185 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument 1194 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak() 1201 if (types[i].vendor == EAP_VENDOR_IETF && in eap_peer_tls_phase2_nak() 1202 types[i].method < 256) in eap_peer_tls_phase2_nak() 1203 wpabuf_put_u8(*resp, types[i].method); in eap_peer_tls_phase2_nak()
|
/hostap-3.6.0/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-3.6.0/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-3.6.0/wpa_supplicant/ |
D | todo.txt | 56 - make sure that TLS session cache is not shared between EAP types or if it
|
D | ChangeLog | 1012 * added secondary device types into P2P_PEER output 1738 v0.5.1 due to the new support for expanded EAP types) 2267 * added support for configuring list of allowed Phase 2 EAP types
|
/hostap-3.6.0/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 116 used. To get a list of supported driver types see wpa_supplicant help
|
/hostap-3.6.0/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4534 } types[] = { in wpas_dbus_getter_mac_address_randomization_mask() local 4548 for (i = 0; i < ARRAY_SIZE(types); i++) { in wpas_dbus_getter_mac_address_randomization_mask() 4549 if (wpas_mac_addr_rand_scan_get_mask(wpa_s, types[i].type, in wpas_dbus_getter_mac_address_randomization_mask() 4558 &types[i].key) || in wpas_dbus_getter_mac_address_randomization_mask()
|
/hostap-3.6.0/src/drivers/ |
D | driver_nl80211.c | 3447 struct nlattr *types; in wpa_driver_nl80211_set_key() local 3449 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key() 3450 if (!types || in wpa_driver_nl80211_set_key() 3453 nla_nest_end(key_msg, types); in wpa_driver_nl80211_set_key() 3455 struct nlattr *types; in wpa_driver_nl80211_set_key() local 3457 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key() 3458 if (!types || in wpa_driver_nl80211_set_key() 3461 nla_nest_end(key_msg, types); in wpa_driver_nl80211_set_key()
|
/hostap-3.6.0/hostapd/ |
D | ChangeLog | 1162 * added support for configuring multiple allowed EAP types for Phase 2
|