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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 115 int selectedMethod = METHOD_NONE;
124 selectedMethod = candidateMethod;
128 switch (selectedMethod) {
131 fromSink.writeByte(selectedMethod);
136 throw new ProtocolException("unsupported method: " + selectedMethod);
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 116 "(%d, %s) at %s", sm->selectedMethod, sm->m->name, txt);
168 sm->selectedMethod = EAP_TYPE_NONE;
310 sm->selectedMethod = sm->reqMethod;
342 sm->selectedMethod = EAP_TYPE_NONE;
913 else if (sm->selectedMethod == EAP_TYPE_LEAP &&
917 else if (sm->selectedMethod == EAP_TYPE_PEAP &&
987 (sm->selectedMethod != EAP_TYPE_LEAP ||
999 sm->selectedMethod == EAP_TYPE_NONE &&
1003 sm->selectedMethod == EAP_TYPE_NONE &&
1008 sm->reqMethod == sm->selectedMethod &
    [all...]
eap_i.h 302 EapType selectedMethod;

Completed in 57 milliseconds