Home
last modified time | relevance | path

Searched refs:exchange_type (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.c671 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() argument
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() argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dikev2.c740 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() argument
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() argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dikev2.c740 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() argument
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() argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dikev2.c669 u8 exchange_type, u32 message_id) in ikev2_validate_rx_state() argument
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() argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Dikev2_common.h31 u8 exchange_type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Dikev2_common.h31 u8 exchange_type; member