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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.c 187 pConn->connType = CONN_TYPE_FIRST_CONN;
267 pConn->currentConnType = pParam->content.connType;
268 switch (pParam->content.connType)
278 TRACE1(pConn->hReport, REPORT_SEVERITY_ERROR, "Set connection type, type is not valid, %d\n\n", pParam->content.connType);
319 pParam->content.connType = pConn->currentConnType;
348 EConnType connType,
360 pConn->connType = connType;
494 if( pConn->connType == CONN_TYPE_ROAM )
496 else /* connType == CONN_TYPE_ESS *
    [all...]
conn.h 82 EConnType connType;
connApi.h 94 EConnType connType,
smeSm.c 402 pParam->content.connType = CONNECTION_SELF;
406 pParam->content.connType = CONNECTION_IBSS;
409 pParam->content.connType = CONNECTION_INFRA;
    [all...]
apConn.c     [all...]
connInfra.c 358 if( pConn->connType == CONN_TYPE_ROAM )
    [all...]
  /frameworks/base/core/java/android/net/http/
Connection.java 464 ProtocolVersion ver, int connType, final HttpContext context) {
482 if (connType == Headers.CONN_CLOSE) {
484 } else if (connType == Headers.CONN_KEEP_ALIVE) {
491 void setCanPersist(HttpEntity entity, ProtocolVersion ver, int connType) {
492 mCanPersist = keepAlive(entity, ver, connType, mHttpContext);
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 679 connectionType_e connType;
    [all...]

Completed in 455 milliseconds