Searched refs:pCmd (Results 1 – 3 of 3) sorted by relevance
/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/source/ |
D | protocol.h | 547 #define SSID_STRING(pCmd) (_i8 *)((SlWlanConnectCommon_t *)(pCmd) + 1) argument 548 #define PASSWORD_STRING(pCmd) (SSID_STRING(pCmd) + ((SlWlanConnectCommon_t *)(pCmd))->SsidLen) argument 558 #define EAP_SSID_STRING(pCmd) (_i8 *)((SlWlanConnectEapCommand_t *)(pCmd) + 1) argument 559 #define EAP_PASSWORD_STRING(pCmd) (EAP_SSID_STRING(pCmd) + ((SlWlanConnectEapCommand_t *)(pCmd))-… argument 560 #define EAP_USER_STRING(pCmd) (EAP_PASSWORD_STRING(pCmd) + ((SlWlanConnectEapCommand_t *)(pCm… argument 561 #define EAP_ANON_USER_STRING(pCmd) (EAP_USER_STRING(pCmd) + ((SlWlanConnectEapCommand_t *)(pCmd))-… argument 616 #define PROFILE_SSID_STRING(pCmd) ((_i8 *)((SlWlanAddGetProfile_t *)(pCmd) + 1)) argument 617 #define PROFILE_PASSWORD_STRING(pCmd) (PROFILE_SSID_STRING(pCmd) + ((SlWlanAddGetProfile_t *)(pCm… argument 619 #define EAP_PROFILE_SSID_STRING(pCmd) (_i8 *)((SlWlanAddGetEapProfile_t *)(pCmd) + 1) argument 620 #define EAP_PROFILE_PASSWORD_STRING(pCmd) (EAP_PROFILE_SSID_STRING(pCmd) + ((SlWlanAddGetEapProfi… argument [all …]
|
D | sl_socket.c | 46 static void _SlSocketBuildAddress(const SlSockAddr_t *addr, SlSocketAddrCommand_u *pCmd); 68 static void _SlSocketBuildAddress(const SlSockAddr_t *addr, SlSocketAddrCommand_u *pCmd) in _SlSocketBuildAddress() argument 74 pCmd->IpV4.FamilyAndFlags = (_u8)((addr->sa_family << 4) & 0xF0); in _SlSocketBuildAddress() 75 pCmd->IpV4.Port = ((SlSockAddrIn_t *)addr)->sin_port; in _SlSocketBuildAddress() 79 pCmd->IpV4.Address = ((SlSockAddrIn_t *)addr)->sin_addr.s_addr; in _SlSocketBuildAddress() 84 sl_Memcpy(pCmd->IpV6.Address, ((SlSockAddrIn6_t *)addr)->sin6_addr._S6_un._S6_u32, 16 ); in _SlSocketBuildAddress()
|
/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/ |
D | RFCC26X2_multiMode.c | 453 static bool RF_isClientOwner(RF_Handle h, RF_Cmd* pCmd); 456 static void RF_cmdStoreEvents(RF_Cmd* pCmd, RF_EventMask events); 460 static void RF_cacheFsCmd(RF_Cmd* pCmd); 461 static uint32_t RF_discardPendCmd(RF_Handle h, RF_Cmd* pCmd, bool bFlushAll, bool bPreempt); 501 static RF_Stat RF_runDirectImmediateCmd(RF_Handle h, uint32_t pCmd, uint32_t* rawStatus); 502 static RF_Stat RF_executeDirectImmediateCmd(uint32_t pCmd, uint32_t* rawStatus); 537 static bool RF_isClientOwner(RF_Handle h, RF_Cmd* pCmd) in RF_isClientOwner() argument 539 if (pCmd && (pCmd->pClient == h)) in RF_isClientOwner() 639 static void RF_cmdStoreEvents(RF_Cmd* pCmd, RF_EventMask events) in RF_cmdStoreEvents() argument 645 if (pCmd) in RF_cmdStoreEvents() [all …]
|