Searched refs:mschapv2_id (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_mschapv2.c38 u8 mschapv2_id; /* usually same as EAP identifier; must be changed member in struct:eap_mschapv2_hdr
154 u8 mschapv2_id, const u8 *auth_challenge)
180 ms->mschapv2_id = mschapv2_id;
184 * or more failure messages. IAS did not increment mschapv2_id
188 ms->mschapv2_id++;
222 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: TX identifier %d mschapv2_id %d "
223 "(response)", id, ms->mschapv2_id);
292 return eap_mschapv2_challenge_reply(sm, data, id, req->mschapv2_id,
530 ms->mschapv2_id
152 eap_mschapv2_challenge_reply( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id, u8 mschapv2_id, const u8 *auth_challenge) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_mschapv2.c33 u8 mschapv2_id; /* usually same as EAP identifier; must be changed member in struct:eap_mschapv2_hdr
149 u8 mschapv2_id, const u8 *auth_challenge)
175 ms->mschapv2_id = mschapv2_id;
179 * or more failure messages. IAS did not increment mschapv2_id
183 ms->mschapv2_id++;
222 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: TX identifier %d mschapv2_id %d "
223 "(response)", id, ms->mschapv2_id);
292 return eap_mschapv2_challenge_reply(sm, data, id, req->mschapv2_id,
532 ms->mschapv2_id
147 eap_mschapv2_challenge_reply( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id, u8 mschapv2_id, const u8 *auth_challenge) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_mschapv2.c33 u8 mschapv2_id; /* usually same as EAP identifier; must be changed member in struct:eap_mschapv2_hdr
149 u8 mschapv2_id, const u8 *auth_challenge)
175 ms->mschapv2_id = mschapv2_id;
179 * or more failure messages. IAS did not increment mschapv2_id
183 ms->mschapv2_id++;
222 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: TX identifier %d mschapv2_id %d "
223 "(response)", id, ms->mschapv2_id);
292 return eap_mschapv2_challenge_reply(sm, data, id, req->mschapv2_id,
532 ms->mschapv2_id
147 eap_mschapv2_challenge_reply( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id, u8 mschapv2_id, const u8 *auth_challenge) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_mschapv2.c33 u8 mschapv2_id; /* usually same as EAP identifier; must be changed member in struct:eap_mschapv2_hdr
149 u8 mschapv2_id, const u8 *auth_challenge)
175 ms->mschapv2_id = mschapv2_id;
179 * or more failure messages. IAS did not increment mschapv2_id
183 ms->mschapv2_id++;
222 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: TX identifier %d mschapv2_id %d "
223 "(response)", id, ms->mschapv2_id);
292 return eap_mschapv2_challenge_reply(sm, data, id, req->mschapv2_id,
532 ms->mschapv2_id
147 eap_mschapv2_challenge_reply( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id, u8 mschapv2_id, const u8 *auth_challenge) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_mschapv2.c24 u8 mschapv2_id; /* must be changed for challenges, but not for member in struct:eap_mschapv2_hdr
131 ms->mschapv2_id = id;
169 ms->mschapv2_id = data->resp_mschapv2_id;
212 ms->mschapv2_id = data->resp_mschapv2_id;
316 data->resp_mschapv2_id = resp->mschapv2_id;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_mschapv2.c19 u8 mschapv2_id; /* must be changed for challenges, but not for member in struct:eap_mschapv2_hdr
126 ms->mschapv2_id = id;
164 ms->mschapv2_id = data->resp_mschapv2_id;
207 ms->mschapv2_id = data->resp_mschapv2_id;
312 data->resp_mschapv2_id = resp->mschapv2_id;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_mschapv2.c19 u8 mschapv2_id; /* must be changed for challenges, but not for member in struct:eap_mschapv2_hdr
126 ms->mschapv2_id = id;
164 ms->mschapv2_id = data->resp_mschapv2_id;
207 ms->mschapv2_id = data->resp_mschapv2_id;
312 data->resp_mschapv2_id = resp->mschapv2_id;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_mschapv2.c19 u8 mschapv2_id; /* must be changed for challenges, but not for member in struct:eap_mschapv2_hdr
126 ms->mschapv2_id = id;
164 ms->mschapv2_id = data->resp_mschapv2_id;
207 ms->mschapv2_id = data->resp_mschapv2_id;
312 data->resp_mschapv2_id = resp->mschapv2_id;

Completed in 234 milliseconds