Home
last modified time | relevance | path

Searched defs:eap_method (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h66 struct eap_method { struct
70 int vendor;
97 * @priv: Pointer to private EAP method data from eap_method::init() argument
106 * @priv: Pointer to private EAP method data from eap_method::init() argument
125 * @priv: Pointer to private EAP method data from eap_method::init() argument
133 * @priv: Pointer to private EAP method data from eap_method::init() argument
146 * @priv: Pointer to private EAP method data from eap_method::init() argument
163 * @priv: Pointer to private EAP method data from eap_method::init() argument
175 * @priv: Pointer to private EAP method data from eap_method::init() argument
188 * @priv: Pointer to private EAP method data from eap_method::init() argument
[all …]
H A Deap_aka.c54 u8 eap_method; member
H A Deap.c332 const struct eap_method *eap_method; in SM_STATE() local
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h24 struct eap_method { struct
25 int vendor;
26 enum eap_type method;
27 const char *name;
51 * registration (e.g., allocated struct eap_method), they should be argument
57 void (*free)(struct eap_method *method); argument
76 struct eap_method *next; argument
94 * @priv: Pointer to private EAP method data from eap_method::init() argument
102 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len);
H A Deap_server_aka.c50 u8 eap_method; member
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.h21 const char *eap_method; member
H A Dspp_server.c2399 char *osu_user, *osu_password, *eap_method; in add_subscription() local
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/www/
H A Dspp.php107 $eap_method = $row['eap_method']; variable
/aosp_15_r20/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp426 ISupplicantStaNetwork::EapMethod eap_method) { in TEST_P()
/aosp_15_r20/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c851 const char *imsi, *eap_method; in radius_server_sim_provisioning_session() local
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h350 struct eap_method_type *eap_method; member
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Dsta_network.cpp1219 EapMethod eap_method; in setEapPhase2MethodInternal() local
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c1474 const char *eap_method = NULL; in set_pps_cred_eap_method_eap_type() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dap_config.h236 u8 eap_method; member
240 } eap_method[MAX_NAI_EAP_METHODS]; member
/aosp_15_r20/packages/modules/Wifi/service/proto/src/
Dmetrics.proto945 optional EapMethod eap_method = 9; field