/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_8/src/eap_peer/ |
eap_wsc.c | 327 const u8 *buf, size_t len, u8 op_code) 330 if (op_code != data->in_op_code) { 333 op_code, data->in_op_code); 354 u8 id, u8 flags, u8 op_code, 375 data->in_op_code = op_code; 394 u8 op_code, flags, id; local 412 op_code = *pos++; 433 op_code, flags, message_length); 436 if (op_code != WSC_FRAG_ACK) { 438 "in WAIT_FRAG_ACK state", op_code); [all...] |
eap_pax.c | 100 u8 id, u8 op_code, size_t plen) 111 pax->op_code = op_code; 350 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x " 353 req->op_code, req->flags, req->mac_id, req->dh_group_id, 415 if (req->op_code == EAP_PAX_OP_STD_1) { 438 switch (req->op_code) { 447 "op_code %d", req->op_code);
|
eap_mschapv2.c | 38 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr 180 ms->op_code = MSCHAPV2_OP_RESPONSE; 374 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success 385 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */ 535 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; 679 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure 686 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */ 801 switch (ms->op_code) { 812 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_8/src/eap_server/ |
eap_server_wsc.c | 297 const u8 *buf, size_t len, u8 op_code) 300 if (op_code != data->in_op_code) { 303 op_code, data->in_op_code); 324 u8 flags, u8 op_code, u16 message_length, 342 data->in_op_code = op_code; 360 u8 op_code, flags; local 379 op_code = *pos++; 398 op_code, flags, message_length); 401 if (op_code != WSC_FRAG_ACK) { 403 "in WAIT_FRAG_ACK state", op_code); [all...] |
eap_server_mschapv2.c | 24 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr 131 ms->op_code = MSCHAPV2_OP_CHALLENGE; 169 ms->op_code = MSCHAPV2_OP_SUCCESS; 212 ms->op_code = MSCHAPV2_OP_FAILURE; 263 resp->op_code != MSCHAPV2_OP_RESPONSE) { 265 "ignore op %d", resp->op_code); 270 resp->op_code != MSCHAPV2_OP_SUCCESS && 271 resp->op_code != MSCHAPV2_OP_FAILURE) { 273 "Failure - ignore op %d", resp->op_code); 278 resp->op_code != MSCHAPV2_OP_FAILURE) [all...] |
eap_server_pax.c | 103 pax->op_code = EAP_PAX_OP_STD_1; 144 pax->op_code = EAP_PAX_OP_STD_3; 207 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x " 210 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, 216 resp->op_code != EAP_PAX_OP_STD_2) { 218 "ignore op %d", resp->op_code); 223 resp->op_code != EAP_PAX_OP_ACK) { 225 "ignore op %d", resp->op_code); 229 if (resp->op_code != EAP_PAX_OP_STD_2 && 230 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_8/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/wps/ |
wps.c | 153 * @op_code: Message OP Code 163 enum wsc_op_code op_code, 167 return wps_registrar_process_msg(wps, op_code, msg); 169 return wps_enrollee_process_msg(wps, op_code, msg); 176 * @op_code: Buffer for returning message OP Code 182 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) 185 return wps_registrar_get_msg(wps, op_code); 187 return wps_enrollee_get_msg(wps, op_code);
|
wps_enrollee.c | 391 enum wsc_op_code *op_code) 398 *op_code = WSC_MSG; 402 *op_code = WSC_MSG; 406 *op_code = WSC_MSG; 410 *op_code = WSC_MSG; 415 *op_code = WSC_NACK; 419 *op_code = WSC_ACK; 427 *op_code = WSC_NACK; 431 *op_code = WSC_Done; 440 if (*op_code == WSC_MSG && msg) [all...] |
wps_i.h | 279 enum wsc_op_code *op_code); 281 enum wsc_op_code op_code, 286 enum wsc_op_code *op_code); 288 enum wsc_op_code op_code,
|
wps_er.c | 989 enum wsc_op_code op_code) 993 res = wps_process_msg(sta->wps, op_code, msg); 995 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); 1071 enum wsc_op_code op_code = WSC_MSG; local 1075 op_code = WSC_ACK; 1078 op_code = WSC_NACK; 1081 op_code = WSC_Done; 1085 wps_er_sta_process(sta, msg, op_code); 1676 enum wsc_op_code op_code; local [all...] |
/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);
|