| /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_8/src/eap_common/ |
| eap_pax_common.h | 17 u8 op_code; member in struct:eap_pax_hdr 30 /* 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/wpa_supplicant_8/src/eap_peer/ |
| eap_wsc.c | 321 const u8 *buf, size_t len, u8 op_code) 324 if (op_code != data->in_op_code) { 327 op_code, data->in_op_code); 348 u8 id, u8 flags, u8 op_code, 369 data->in_op_code = op_code; 388 u8 op_code, flags, id; local 406 op_code = *pos++; 427 op_code, flags, message_length); 430 if (op_code != WSC_FRAG_ACK) { 432 "in WAIT_FRAG_ACK state", op_code); [all...] |
| eap_mschapv2.c | 32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr 174 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_8/src/eap_server/ |
| eap_server_wsc.c | 291 const u8 *buf, size_t len, u8 op_code) 294 if (op_code != data->in_op_code) { 297 op_code, data->in_op_code); 318 u8 flags, u8 op_code, u16 message_length, 336 data->in_op_code = op_code; 354 u8 op_code, flags; local 373 op_code = *pos++; 392 op_code, flags, message_length); 395 if (op_code != WSC_FRAG_ACK) { 397 "in WAIT_FRAG_ACK state", op_code); [all...] |
| eap_server_mschapv2.c | 18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr 125 ms->op_code = MSCHAPV2_OP_CHALLENGE; 163 ms->op_code = MSCHAPV2_OP_SUCCESS; 206 ms->op_code = MSCHAPV2_OP_FAILURE; 257 resp->op_code != MSCHAPV2_OP_RESPONSE) { 259 "ignore op %d", resp->op_code); 264 resp->op_code != MSCHAPV2_OP_SUCCESS && 265 resp->op_code != MSCHAPV2_OP_FAILURE) { 267 "Failure - ignore op %d", resp->op_code); 272 resp->op_code != MSCHAPV2_OP_FAILURE) [all...] |
| /external/wpa_supplicant_8/src/wps/ |
| wps_upnp_web.c | 448 enum wsc_op_code op_code; local 449 *reply = wps_get_msg(peer->wps, &op_code); 473 enum wsc_op_code op_code; local 492 *reply = wps_get_msg(iface->peer.wps, &op_code); [all...] |
| wps_er.c | 1028 enum wsc_op_code op_code) 1032 res = wps_process_msg(sta->wps, op_code, msg); 1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); 1110 enum wsc_op_code op_code = WSC_MSG; local 1114 op_code = WSC_ACK; 1117 op_code = WSC_NACK; 1120 op_code = WSC_Done; 1124 wps_er_sta_process(sta, msg, op_code); 1715 enum wsc_op_code op_code; local [all...] |
| /external/valgrind/main/coregrind/m_debuginfo/ |
| readdwarf.c | 341 UChar op_code; local 358 op_code = * data ++; 360 if (0) VG_(printf)("dwarf2: ext OPC: %d\n", op_code); 362 switch (op_code) { 392 (Int)op_code); 400 (Int)op_code, (Addr)adr); 732 UChar op_code; local 736 op_code = * data ++; 738 if (0) VG_(printf)("dwarf2: OPC: %d\n", op_code); 740 if (op_code >= info.li_opcode_base) [all...] |