Home
last modified time | relevance | path

Searched refs:DISCONNECT_DE_AUTH (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Dconn.c497 pConn->disConnType = DISCONNECT_DE_AUTH; in conn_reportMlmeStatus()
554 pConn->disConnType = DISCONNECT_DE_AUTH; in conn_reportRsnStatus()
DsmeSm.c476 tStatus = conn_stop(pSme->hConn, DISCONNECT_DE_AUTH, STATUS_UNSPECIFIED, in smeSm_Disconnect()
554 tStatus = conn_stop (pSme->hConn, DISCONNECT_DE_AUTH, STATUS_UNSPECIFIED, in smeSm_StopConnect()
DapConn.c1805 …disConnType = (pAPConnection->sendDeauthPacket == TI_TRUE) ? DISCONNECT_DE_AUTH : DISCONNECT_IMMED… in apConn_smStopConnection()
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_commands.h1123 DISCONNECT_DE_AUTH, /* Send deauthentication frame upon disconnecting */ enumerator