Searched refs:EAP_SSID_STRING (Results 1 – 2 of 2) sorted by relevance
558 #define EAP_SSID_STRING(pCmd) (_i8 *)((SlWlanConnectEapCommand_t *)(pCmd) + 1) macro559 #define EAP_PASSWORD_STRING(pCmd) (EAP_SSID_STRING(pCmd) + ((SlWlanConnectEapCommand_t *)(pCmd))-…
103 sl_Memcpy(EAP_SSID_STRING(&Msg), pName, NameLen); in sl_WlanConnect()