OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eConfig
(Results
1 - 3
of
3
) sorted by null
/system/nfc/halimpl/pn54x/tml/
phTmlNfc.h
150
eConfig
; /*Retransmission of Nci Packet during timeout */
223
void phTmlNfc_ConfigNciPktReTx(phTmlNfc_ConfigRetrans_t
eConfig
,
phTmlNfc.c
137
gpphTmlNfc_Context->
eConfig
= phTmlNfc_e_DisableRetrans;
169
** Parameters
eConfig
- values from phTmlNfc_ConfigRetrans_t
180
gpphTmlNfc_Context->
eConfig
= eConfiguration;
347
if ((phTmlNfc_e_EnableRetrans == gpphTmlNfc_Context->
eConfig
) &&
491
if ((phTmlNfc_e_EnableRetrans == gpphTmlNfc_Context->
eConfig
) &&
510
if ((phTmlNfc_e_EnableRetrans == gpphTmlNfc_Context->
eConfig
) &&
668
if (phTmlNfc_e_EnableRetrans == gpphTmlNfc_Context->
eConfig
) {
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java
370
WifiEnterpriseConfig
eConfig
= new WifiEnterpriseConfig();
373
eConfig
.setEapMethod(eap);
377
eConfig
.setPhase2Method(p2Method);
382
eConfig
.setCaCertificate(strToX509Cert(certStr));
394
eConfig
.setClientKeyEntry(privKey, cert);
399
eConfig
.setIdentity(identity);
404
eConfig
.setPassword(pwd);
409
eConfig
.setAltSubjectMatch(altSub);
414
eConfig
.setDomainSuffixMatch(domSuffix);
419
eConfig
.setRealm(realm)
[
all
...]
Completed in 57 milliseconds