Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/slnetif/
Dslnetifwifi.c434 SlNetCfg_e *newAddrType , in matchModeByRole() argument
445 *newAddrType = SL_NETCFG_IPV6_ADDR_LOCAL; in matchModeByRole()
451 *newAddrType = SL_NETCFG_IPV6_ADDR_GLOBAL; in matchModeByRole()
467 *newAddrType = SL_NETCFG_IPV4_STA_ADDR_MODE; in matchModeByRole()
472 *newAddrType = SL_NETCFG_IPV4_AP_ADDR_MODE; in matchModeByRole()
494 SlNetCfg_e newAddrType; in SlNetIfWifi_getIPAddr() local
497 retVal = matchModeByRole(addrType, &newAddrType, &ipAddrLen); in SlNetIfWifi_getIPAddr()
500 retVal = sl_NetCfgGet(newAddrType, addrConfig, &ipAddrLen, (unsigned char *)ipAddr); in SlNetIfWifi_getIPAddr()