HomeSort by relevance Sort by last modified time
    Searched defs:mschapv2_id (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_mschapv2.c 24 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/src/eap_server/
eap_server_mschapv2.c 25 u8 mschapv2_id; /* must be changed for challenges, but not for member in struct:eap_mschapv2_hdr
132 ms->mschapv2_id = id;
170 ms->mschapv2_id = data->resp_mschapv2_id;
213 ms->mschapv2_id = data->resp_mschapv2_id;
318 data->resp_mschapv2_id = resp->mschapv2_id;
  /external/wpa_supplicant/
eap_mschapv2.c 40 u8 mschapv2_id; /* usually same as EAP identifier; must be changed member in struct:eap_mschapv2_hdr
221 u8 mschapv2_id,
251 ms->mschapv2_id = mschapv2_id;
255 * or more failure messages. IAS did not increment mschapv2_id
259 ms->mschapv2_id++;
291 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: TX identifier %d mschapv2_id %d "
292 "(response)", resp->identifier, ms->mschapv2_id);
363 return eap_mschapv2_challenge_reply(sm, data, id, req->mschapv2_id,
598 ms->mschapv2_id = req->mschapv2_id + 1
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_mschapv2.c 38 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 = req->mschapv2_id + 1
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 39 u8 mschapv2_id; /* usually same as EAP identifier; must be changed member in struct:eap_mschapv2_hdr
155 u8 mschapv2_id, const u8 *auth_challenge)
181 ms->mschapv2_id = mschapv2_id;
185 * or more failure messages. IAS did not increment mschapv2_id
189 ms->mschapv2_id++;
228 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: TX identifier %d mschapv2_id %d "
229 "(response)", id, ms->mschapv2_id);
298 return eap_mschapv2_challenge_reply(sm, data, id, req->mschapv2_id,
536 ms->mschapv2_id = req->mschapv2_id + 1
    [all...]

Completed in 15 milliseconds