Home
last modified time | relevance | path

Searched defs:eap_mschapv2_hdr (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_mschapv2.c17 struct eap_mschapv2_hdr { struct
18 u8 op_code; /* MSCHAPV2_OP_* */
19 u8 mschapv2_id; /* must be changed for challenges, but not for
21 u8 ms_length[2]; /* Note: misaligned; length - 5 */
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_mschapv2.c17 struct eap_mschapv2_hdr { struct
18 u8 op_code; /* MSCHAPV2_OP_* */
19 u8 mschapv2_id; /* must be changed for challenges, but not for
21 u8 ms_length[2]; /* Note: misaligned; length - 5 */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_mschapv2.c31 struct eap_mschapv2_hdr { struct
32 u8 op_code; /* MSCHAPV2_OP_* */
33 u8 mschapv2_id; /* usually same as EAP identifier; must be changed
35 u8 ms_length[2]; /* Note: misaligned; length - 5 */
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_mschapv2.c31 struct eap_mschapv2_hdr { struct
32 u8 op_code; /* MSCHAPV2_OP_* */
33 u8 mschapv2_id; /* usually same as EAP identifier; must be changed
35 u8 ms_length[2]; /* Note: misaligned; length - 5 */