eap_mschapv2.c | 33 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 = req->mschapv2_id + 1 [all...] |