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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.c 407 DisconnectType_e disConnType,
418 pConn->disConnType = disConnType;
430 TRACE3(pConn->hReport, REPORT_SEVERITY_INFORMATION, "conn_stop, disConnType %d, reason=%d, disConEraseKeys=%d\n\n", disConnType, reason, disConEraseKeys);
495 pConn->disConnType = DISCONNECT_IMMEDIATE;
497 pConn->disConnType = DISCONNECT_DE_AUTH;
499 TRACE4(pConn->hReport, REPORT_SEVERITY_INFORMATION, "conn_reportMlmeStatus, disAssocEventReason %d, disAssocEventStatusCode = %d, connType=%d, disConnType=%d \n", pConn->smContext.disAssocEventReason, pConn->smContext.disAssocEventStatusCode, pConn->connType, pConn->disConnType);
552 pConn->disConnType = DISCONNECT_IMMEDIATE
    [all...]
conn.h 83 DisconnectType_e disConnType;
connApi.h 103 DisconnectType_e disConnType,
connInfra.c 402 /* FW will send the disconn frame according to disConnType */
403 TWD_CmdFwDisconnect (pConn->hTWD, pConn->disConnType, pConn->disConnReasonToAP);
422 /* FW will send the disconn frame according to disConnType */
423 TWD_CmdFwDisconnect (pConn->hTWD, pConn->disConnType, pConn->disConnReasonToAP);
    [all...]
apConn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeSm.h 102 DisconnectType_e disConnType;
mlmeSm.c 232 pHandle->disConnType = DISCONNECT_IMMEDIATE;
409 TI_STATUS mlme_stop(TI_HANDLE hMlme, DisconnectType_e disConnType, mgmtStatus_e reason)
419 pHandle->disConnType = disConnType;
mlmeApi.h 271 TI_STATUS mlme_stop(TI_HANDLE hMlme, DisconnectType_e disConnType, mgmtStatus_e reason);

Completed in 327 milliseconds