Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/source/
Dprotocol.h547 #define SSID_STRING(pCmd) (_i8 *)((SlWlanConnectCommon_t *)(pCmd) + 1) macro
548 #define PASSWORD_STRING(pCmd) (SSID_STRING(pCmd) + ((SlWlanConnectCommon_t *)(pCmd))->SsidLen)
Dwlan.c166 sl_Memcpy(SSID_STRING(&Msg), pName, NameLen); in sl_WlanConnect()