/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | ikev2.c | 669 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() 674 if (exchange_type != IKE_SA_INIT) { in ikev2_validate_rx_state() 676 "%u in SA_INIT state", exchange_type); in ikev2_validate_rx_state() 690 if (exchange_type != IKE_SA_AUTH) { in ikev2_validate_rx_state() 692 "%u in SA_AUTH state", exchange_type); in ikev2_validate_rx_state() 702 if (exchange_type != CREATE_CHILD_SA) { in ikev2_validate_rx_state() 704 "%u in CHILD_SA state", exchange_type); in ikev2_validate_rx_state() 751 hdr->next_payload, hdr->version, hdr->exchange_type); in ikev2_responder_process() 768 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0) in ikev2_responder_process() 820 struct wpabuf *msg, u8 exchange_type, in ikev2_build_hdr() 668 ikev2_validate_rx_state(struct ikev2_responder_data *data, u8 exchange_type, u32 message_id) ikev2_validate_rx_state() argument 819 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) ikev2_build_hdr() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | ikev2.c | 740 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() 746 if (exchange_type != IKE_SA_INIT) { in ikev2_validate_rx_state() 748 "%u in SA_INIT state", exchange_type); in ikev2_validate_rx_state() 761 if (exchange_type != IKE_SA_AUTH) { in ikev2_validate_rx_state() 763 "%u in SA_AUTH state", exchange_type); in ikev2_validate_rx_state() 773 if (exchange_type != CREATE_CHILD_SA) { in ikev2_validate_rx_state() 775 "%u in CHILD_SA state", exchange_type); in ikev2_validate_rx_state() 819 hdr->next_payload, hdr->version, hdr->exchange_type); in ikev2_initiator_process() 836 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0) in ikev2_initiator_process() 884 struct wpabuf *msg, u8 exchange_type, in ikev2_build_hdr() 739 ikev2_validate_rx_state(struct ikev2_initiator_data *data, u8 exchange_type, u32 message_id) ikev2_validate_rx_state() argument 883 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) ikev2_build_hdr() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | ikev2.c | 671 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() 676 if (exchange_type != IKE_SA_INIT) { in ikev2_validate_rx_state() 678 "%u in SA_INIT state", exchange_type); in ikev2_validate_rx_state() 692 if (exchange_type != IKE_SA_AUTH) { in ikev2_validate_rx_state() 694 "%u in SA_AUTH state", exchange_type); in ikev2_validate_rx_state() 704 if (exchange_type != CREATE_CHILD_SA) { in ikev2_validate_rx_state() 706 "%u in CHILD_SA state", exchange_type); in ikev2_validate_rx_state() 753 hdr->next_payload, hdr->version, hdr->exchange_type); in ikev2_responder_process() 770 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0) in ikev2_responder_process() 822 struct wpabuf *msg, u8 exchange_type, in ikev2_build_hdr() 670 ikev2_validate_rx_state(struct ikev2_responder_data *data, u8 exchange_type, u32 message_id) ikev2_validate_rx_state() argument 821 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) ikev2_build_hdr() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | ikev2.c | 740 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() 746 if (exchange_type != IKE_SA_INIT) { in ikev2_validate_rx_state() 748 "%u in SA_INIT state", exchange_type); in ikev2_validate_rx_state() 761 if (exchange_type != IKE_SA_AUTH) { in ikev2_validate_rx_state() 763 "%u in SA_AUTH state", exchange_type); in ikev2_validate_rx_state() 773 if (exchange_type != CREATE_CHILD_SA) { in ikev2_validate_rx_state() 775 "%u in CHILD_SA state", exchange_type); in ikev2_validate_rx_state() 819 hdr->next_payload, hdr->version, hdr->exchange_type); in ikev2_initiator_process() 836 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0) in ikev2_initiator_process() 884 struct wpabuf *msg, u8 exchange_type, in ikev2_build_hdr() 739 ikev2_validate_rx_state(struct ikev2_initiator_data *data, u8 exchange_type, u32 message_id) ikev2_validate_rx_state() argument 883 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) ikev2_build_hdr() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | ikev2_common.h | 31 u8 exchange_type; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | ikev2_common.h | 31 u8 exchange_type; member
|