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

  /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_pax.c 101 u8 id, u8 op_code, size_t plen)
112 pax->op_code = op_code;
351 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
354 req->op_code, req->flags, req->mac_id, req->dh_group_id,
416 if (req->op_code == EAP_PAX_OP_STD_1) {
439 switch (req->op_code) {
448 "op_code %d", req->op_code);
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...]
eap_pax.c 102 pax->op_code = EAP_PAX_OP_STD_1;
143 pax->op_code = EAP_PAX_OP_STD_3;
206 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
209 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
215 resp->op_code != EAP_PAX_OP_STD_2) {
217 "ignore op %d", resp->op_code);
222 resp->op_code != EAP_PAX_OP_ACK) {
224 "ignore op %d", resp->op_code);
228 if (resp->op_code != EAP_PAX_OP_STD_2 &&
229 resp->op_code != EAP_PAX_OP_ACK)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 124 * @op_code: Message OP Code
134 enum wsc_op_code op_code,
138 return wps_registrar_process_msg(wps, op_code, msg);
140 return wps_enrollee_process_msg(wps, op_code, msg);
147 * @op_code: Buffer for returning message OP Code
153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
156 return wps_registrar_get_msg(wps, op_code);
158 return wps_enrollee_get_msg(wps, op_code);
wps_enrollee.c 403 enum wsc_op_code *op_code)
410 *op_code = WSC_MSG;
414 *op_code = WSC_MSG;
418 *op_code = WSC_MSG;
422 *op_code = WSC_MSG;
427 *op_code = WSC_NACK;
431 *op_code = WSC_ACK;
439 *op_code = WSC_NACK;
443 *op_code = WSC_Done;
452 if (*op_code == WSC_MSG && msg)
    [all...]
wps_i.h 227 enum wsc_op_code *op_code);
229 enum wsc_op_code op_code,
234 enum wsc_op_code *op_code);
236 enum wsc_op_code op_code,
wps.h 156 enum wsc_op_code op_code,
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
wps_registrar.c     [all...]
  /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_pax.c 111 u16 resp_len, u8 op_code)
122 resp->op_code = op_code;
370 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
373 req->op_code, req->flags, req->mac_id, req->dh_group_id,
435 if (req->op_code == EAP_PAX_OP_STD_1) {
456 switch (req->op_code) {
467 "op_code %d", req->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/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 100 milliseconds