app_guiobj_wirenetconf.h 753 B

12345678910111213141516171819202122232425262728293031323334
  1. /*****************************************************************************
  2. ** File: app_guiobj_language.h:
  3. **
  4. ** Description:
  5. **
  6. ** Copyright(c) 2008 Sunmedia Technologies - All Rights Reserved
  7. **
  8. ** Author : wuliang
  9. **
  10. ** $Id: app_guiobj_setup.c 1069 2010-11-16 10:32:32Z b.yang_c1 $
  11. *****************************************************************************/
  12. #ifndef _APP_GUIOBJ_WIRENETCONF_H_
  13. #define _APP_GUIOBJ_WIRENETCONF_H_
  14. typedef enum
  15. {
  16. CONFIGMODE_ITEM,
  17. IPADDRESS_ITEM,
  18. NETMASK_ITEM,
  19. GATEWAY_ITEM,
  20. DNSSERVER_ITEM,
  21. DHCPBOOTPSERVER_ITEM,
  22. PPPOESET_ITEM,
  23. WIRENETCONFIG_MAX_ITEM
  24. }WireNetConfigItem_t;
  25. typedef enum {
  26. WireNetConfig_FROM_MAINMENU = 0,
  27. WireNetConfig_FROM_WIFILIST = NETCONFIG_ITEM,
  28. } WireNetConfig_Param_t;
  29. #endif