Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dprotocol.h558 #define EAP_SSID_STRING(pCmd) (_i8 *)((SlWlanConnectEapCommand_t *)(pCmd) + 1) macro
559 #define EAP_PASSWORD_STRING(pCmd) (EAP_SSID_STRING(pCmd) + ((SlWlanConnectEapCommand_t *)(pCmd))-…
Dwlan.c103 sl_Memcpy(EAP_SSID_STRING(&Msg), pName, NameLen); in sl_WlanConnect()