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

/freebsd-11-stable/contrib/wpa/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
147 u8 mschapv2_id, const u8 *auth_challenge)
173 ms->mschapv2_id = mschapv2_id;
177 * or more failure messages. IAS did not increment mschapv2_id
181 ms->mschapv2_id++;
220 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: TX identifier %d mschapv2_id %d "
221 "(response)", id, ms->mschapv2_id);
290 return eap_mschapv2_challenge_reply(sm, data, id, req->mschapv2_id,
547 ms->mschapv2_id
145 eap_mschapv2_challenge_reply( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id, u8 mschapv2_id, const u8 *auth_challenge) argument
[all...]
/freebsd-11-stable/contrib/wpa/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
124 ms->mschapv2_id = id;
162 ms->mschapv2_id = data->resp_mschapv2_id;
205 ms->mschapv2_id = data->resp_mschapv2_id;
311 data->resp_mschapv2_id = resp->mschapv2_id;

Completed in 66 milliseconds