Home
last modified time | relevance | path

Searched refs:SlWlanAddGetEapProfile_t (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dprotocol.h598 } SlWlanAddGetEapProfile_t; typedef
619 #define EAP_PROFILE_SSID_STRING(pCmd) (_i8 *)((SlWlanAddGetEapProfile_t *)(pCmd) + 1)
620 …FILE_PASSWORD_STRING(pCmd) (EAP_PROFILE_SSID_STRING(pCmd) + ((SlWlanAddGetEapProfile_t *)(pCmd))…
621 …_USER_STRING(pCmd) (EAP_PROFILE_PASSWORD_STRING(pCmd) + ((SlWlanAddGetEapProfile_t *)(pCmd))…
622 …FILE_ANON_USER_STRING(pCmd) (EAP_PROFILE_USER_STRING(pCmd) + ((SlWlanAddGetEapProfile_t *)(pCmd))…
Dwlan.c334 SlWlanAddGetEapProfile_t Args;
380 CmdCtrl.TxDescLen += sizeof(SlWlanAddGetEapProfile_t); in sl_WlanProfileAdd()