HomeSort by relevance Sort by last modified time
    Searched refs:EAP_TNC_FLAGS_MORE_FRAGMENTS (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tnc.c 35 #define EAP_TNC_FLAGS_MORE_FRAGMENTS 0x40
104 flags |= EAP_TNC_FLAGS_MORE_FRAGMENTS;
281 if (flags & EAP_TNC_FLAGS_MORE_FRAGMENTS) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_tnc.c 37 #define EAP_TNC_FLAGS_MORE_FRAGMENTS 0x40
199 flags |= EAP_TNC_FLAGS_MORE_FRAGMENTS;
472 if (flags & EAP_TNC_FLAGS_MORE_FRAGMENTS) {

Completed in 45 milliseconds