Home
last modified time | relevance | path

Searched refs:sl_NetCfgGet (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Dnetcfg.c95 #if _SL_INCLUDE_FUNC(sl_NetCfgGet)
104 _i16 sl_NetCfgGet(const _u16 ConfigId, _u16 *pConfigOpt,_u16 *pConfigLen, _u8 *pValues) in sl_NetCfgGet() function
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Dnetcfg.h689 #if _SL_INCLUDE_FUNC(sl_NetCfgGet)
690 _i16 sl_NetCfgGet(const _u16 ConfigId ,_u16 *pConfigOpt, _u16 *pConfigLen, _u8 *pValues);
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/slnetif/
Dslnetifwifi.c500 retVal = sl_NetCfgGet(newAddrType, addrConfig, &ipAddrLen, (unsigned char *)ipAddr); in SlNetIfWifi_getIPAddr()
557 retVal = sl_NetCfgGet(SL_NETCFG_MAC_ADDRESS_GET, 0, &macAddressLen, &macAddress[0]); in SlNetIfWifi_loadSecObj()