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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_pax_common.h 23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
  /external/wpa_supplicant/
eap_pax_common.h 27 u8 op_code; member in struct:eap_pax_hdr
40 /* op_code: */
eap_mschapv2.c 39 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
250 ms->op_code = MSCHAPV2_OP_RESPONSE;
434 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
446 ms->op_code = MSCHAPV2_OP_SUCCESS;
597 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
718 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
726 ms->op_code = MSCHAPV2_OP_FAILURE;
849 switch (ms->op_code) {
863 ms->op_code);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 234 const u8 *buf, size_t len, u8 op_code)
237 if (op_code != data->in_op_code) {
240 op_code, data->in_op_code);
261 u8 id, u8 flags, u8 op_code,
282 data->in_op_code = op_code;
301 u8 op_code, flags, id; local
318 op_code = *pos++;
339 op_code, flags, message_length);
342 if (op_code != WSC_FRAG_ACK) {
344 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_mschapv2.c 37 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
179 ms->op_code = MSCHAPV2_OP_RESPONSE;
368 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
379 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
529 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
673 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
680 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
795 switch (ms->op_code) {
806 ms->op_code);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 277 const u8 *buf, size_t len, u8 op_code)
280 if (op_code != data->in_op_code) {
283 op_code, data->in_op_code);
304 u8 flags, u8 op_code, u16 message_length,
322 data->in_op_code = op_code;
340 u8 op_code, flags; local
359 op_code = *pos++;
378 op_code, flags, message_length);
381 if (op_code != WSC_FRAG_ACK) {
383 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_mschapv2.c 23 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
130 ms->op_code = MSCHAPV2_OP_CHALLENGE;
168 ms->op_code = MSCHAPV2_OP_SUCCESS;
211 ms->op_code = MSCHAPV2_OP_FAILURE;
262 resp->op_code != MSCHAPV2_OP_RESPONSE) {
264 "ignore op %d", resp->op_code);
269 resp->op_code != MSCHAPV2_OP_SUCCESS &&
270 resp->op_code != MSCHAPV2_OP_FAILURE) {
272 "Failure - ignore op %d", resp->op_code);
277 resp->op_code != MSCHAPV2_OP_FAILURE)
    [all...]
  /external/elfcopy/
dwarf.c 242 unsigned char op_code; local
258 op_code = *data++;
260 printf (_(" Extended opcode %d: "), op_code);
262 switch (op_code)
1993 unsigned char op_code; local
    [all...]

Completed in 80 milliseconds