Searched refs:SlWlanConnectCommon_t (Results 1 – 2 of 2) sorted by relevance
545 } SlWlanConnectCommon_t; typedef547 #define SSID_STRING(pCmd) (_i8 *)((SlWlanConnectCommon_t *)(pCmd) + 1)548 #define PASSWORD_STRING(pCmd) (SSID_STRING(pCmd) + ((SlWlanConnectCommon_t *)(pCmd))->SsidLen)551 SlWlanConnectCommon_t Common;
164 CmdCtrl.TxDescLen += sizeof(SlWlanConnectCommon_t); in sl_WlanConnect()