Home
last modified time | relevance | path

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

/hostap-latest/src/eap_peer/
Deap_tls_common.h140 struct eap_method_type **types,
142 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
Deap_tls_common.c1106 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/
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-latest/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-latest/wpa_supplicant/
Dtodo.txt56 - make sure that TLS session cache is not shared between EAP types or if it
DChangeLog1062 * 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/
Dwpa_priv.sgml116 used. To get a list of supported driver types see wpa_supplicant help
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c4845 } 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/
Ddriver_nl80211.c3636 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/
DChangeLog28 * improved ACS to cover additional channel types/bandwidths
1199 * added support for configuring multiple allowed EAP types for Phase 2