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

  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 704 u8 exchange_type, u32 message_id)
709 if (exchange_type != IKE_SA_INIT) {
711 "%u in SA_INIT state", exchange_type);
725 if (exchange_type != IKE_SA_AUTH) {
727 "%u in SA_AUTH state", exchange_type);
737 if (exchange_type != CREATE_CHILD_SA) {
739 "%u in CHILD_SA state", exchange_type);
786 hdr->next_payload, hdr->version, hdr->exchange_type);
803 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
855 struct wpabuf *msg, u8 exchange_type,
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 741 u8 exchange_type, u32 message_id)
747 if (exchange_type != IKE_SA_INIT) {
749 "%u in SA_INIT state", exchange_type);
762 if (exchange_type != IKE_SA_AUTH) {
764 "%u in SA_AUTH state", exchange_type);
774 if (exchange_type != CREATE_CHILD_SA) {
776 "%u in CHILD_SA state", exchange_type);
820 hdr->next_payload, hdr->version, hdr->exchange_type);
837 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
885 struct wpabuf *msg, u8 exchange_type,
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 31 u8 exchange_type; member in struct:ikev2_hdr

Completed in 3317 milliseconds