HomeSort by relevance Sort by last modified time
    Searched full:exchange_type (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.c 709 u8 exchange_type, u32 message_id)
714 if (exchange_type != IKE_SA_INIT) {
716 "%u in SA_INIT state", exchange_type);
730 if (exchange_type != IKE_SA_AUTH) {
732 "%u in SA_AUTH state", exchange_type);
742 if (exchange_type != CREATE_CHILD_SA) {
744 "%u in CHILD_SA state", exchange_type);
791 hdr->next_payload, hdr->version, hdr->exchange_type);
808 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
860 struct wpabuf *msg, u8 exchange_type,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.c 746 u8 exchange_type, u32 message_id)
752 if (exchange_type != IKE_SA_INIT) {
754 "%u in SA_INIT state", exchange_type);
767 if (exchange_type != IKE_SA_AUTH) {
769 "%u in SA_AUTH state", exchange_type);
779 if (exchange_type != CREATE_CHILD_SA) {
781 "%u in CHILD_SA state", exchange_type);
825 hdr->next_payload, hdr->version, hdr->exchange_type);
842 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
890 struct wpabuf *msg, u8 exchange_type,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 710 u8 exchange_type, u32 message_id)
715 if (exchange_type != IKE_SA_INIT) {
717 "%u in SA_INIT state", exchange_type);
731 if (exchange_type != IKE_SA_AUTH) {
733 "%u in SA_AUTH state", exchange_type);
743 if (exchange_type != CREATE_CHILD_SA) {
745 "%u in CHILD_SA state", exchange_type);
792 hdr->next_payload, hdr->version, hdr->exchange_type);
809 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
861 struct wpabuf *msg, u8 exchange_type,
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 747 u8 exchange_type, u32 message_id)
753 if (exchange_type != IKE_SA_INIT) {
755 "%u in SA_INIT state", exchange_type);
768 if (exchange_type != IKE_SA_AUTH) {
770 "%u in SA_AUTH state", exchange_type);
780 if (exchange_type != CREATE_CHILD_SA) {
782 "%u in CHILD_SA state", exchange_type);
826 hdr->next_payload, hdr->version, hdr->exchange_type);
843 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
891 struct wpabuf *msg, u8 exchange_type,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.h 37 u8 exchange_type; member in struct:ikev2_hdr
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 37 u8 exchange_type; member in struct:ikev2_hdr

Completed in 82 milliseconds