Home
last modified time | relevance | path

Searched refs:types (Results 1 – 14 of 14) sorted by relevance

/hostap-3.6.0/src/eap_peer/
Deap_tls_common.h135 struct eap_method_type **types,
137 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
Deap_tls_common.c1097 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/
Deap_server.doxygen52 expanded types by registering a legacy EAP method for type 254. See
Dhostapd_ctrl_iface.doxygen28 hostapd uses the control interface for two types of communication:
Deap.doxygen52 expanded types by registering a legacy EAP method for type 254. See
Dctrl_iface.doxygen29 wpa_supplicant uses the control interface for two types of communication:
/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp841 QStringList types = res.split(QChar(' ')); in getEapCapa() local
842 eapSelect->insertItems(-1, types); in getEapCapa()
Dwpagui.cpp442 QStringList types = res.split(QChar(' ')); in openCtrlConnection() local
443 bool wps = types.contains("WSC"); in openCtrlConnection()
/hostap-3.6.0/wpa_supplicant/
Dtodo.txt56 - make sure that TLS session cache is not shared between EAP types or if it
DChangeLog1012 * 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/
Dwpa_priv.sgml116 used. To get a list of supported driver types see wpa_supplicant help
/hostap-3.6.0/wpa_supplicant/dbus/
Ddbus_new_handlers.c4534 } 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/
Ddriver_nl80211.c3447 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/
DChangeLog1162 * added support for configuring multiple allowed EAP types for Phase 2