Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dprotocol.h614 } SlWlanUpdateProfile_t; typedef
627 #define UPDATE_PROFILE_SSID_STRING(pCmd) (_i8 *)((SlWlanUpdateProfile_t *)(pCmd) + 1)
628 …ILE_PASSWORD_STRING(pCmd) (UPDATE_PROFILE_SSID_STRING(pCmd) + ((SlWlanUpdateProfile_t *)(pCmd))-…
629 …USER_STRING(pCmd) (UPDATE_PROFILE_PASSWORD_STRING(pCmd) + ((SlWlanUpdateProfile_t *)(pCmd))-…
630 …ILE_ANON_USER_STRING(pCmd) (UPDATE_PROFILE_USER_STRING(pCmd) + ((SlWlanUpdateProfile_t *)(pCmd))-…
Dwlan.c518 SlWlanUpdateProfile_t Args;
558 CmdCtrl.TxDescLen += sizeof(SlWlanUpdateProfile_t); in sl_WlanProfileUpdate()
640 CmdCtrl.TxDescLen += sizeof(SlWlanUpdateProfile_t); in sl_WlanProfileUpdate()