Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/
A Dlwip_netconf.h26 #ifndef NET_IF_NUM
28 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN) + 1) macro
30 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN))
A Dlwip_netconf.c101 struct netif xnetif[NET_IF_NUM]; /* network interface structure */
138 for(idx=0;idx<NET_IF_NUM;idx++){ in LwIP_Init()
150 if(idx == NET_IF_NUM - 1) in LwIP_Init()
161 if(idx == NET_IF_NUM - 1) in LwIP_Init()
178 for(idx = 0;idx < NET_IF_NUM;idx++) in LwIP_Init()
293 … if(idx == NET_IF_NUM -1) // This is the ethernet interface, set it up for static ip address in LwIP_DHCP()
A Dwifi_interactive_mode.c57 #ifndef NET_IF_NUM
59 #define NET_IF_NUM 2 macro
61 #define NET_IF_NUM 1 macro
168 extern struct netif xnetif[NET_IF_NUM];
739 for(i=0;i<NET_IF_NUM;i++){ in cmd_wifi_info()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/
A Dautoconf.h276 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_BRIDGE) + (CONFIG_WLAN) + 1) macro
278 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN) + 1) macro
281 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN)) macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/
A Dwifi_p2p_config.c72 extern struct netif xnetif[NET_IF_NUM]; in wifi_start_p2p_go()
117 extern struct netif xnetif[NET_IF_NUM]; in cmd_wifi_p2p_start()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_conf.c66 extern struct netif xnetif[NET_IF_NUM];
104 #ifndef NET_IF_NUM
106 #define NET_IF_NUM 2 macro
108 #define NET_IF_NUM 1 macro
A Dwifi_simple_config.c49 extern struct netif xnetif[NET_IF_NUM];
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c18 extern struct netif xnetif[NET_IF_NUM];

Completed in 33 milliseconds