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