12345678910111213141516171819202122232425262728293031323334 |
- /*****************************************************************************
- ** File: app_guiobj_language.h:
- **
- ** Description:
- **
- ** Copyright(c) 2008 Sunmedia Technologies - All Rights Reserved
- **
- ** Author : wuliang
- **
- ** $Id: app_guiobj_setup.c 1069 2010-11-16 10:32:32Z b.yang_c1 $
- *****************************************************************************/
- #ifndef _APP_GUIOBJ_WIRENETCONF_H_
- #define _APP_GUIOBJ_WIRENETCONF_H_
- typedef enum
- {
- CONFIGMODE_ITEM,
- IPADDRESS_ITEM,
- NETMASK_ITEM,
- GATEWAY_ITEM,
- DNSSERVER_ITEM,
- DHCPBOOTPSERVER_ITEM,
- PPPOESET_ITEM,
- WIRENETCONFIG_MAX_ITEM
- }WireNetConfigItem_t;
- typedef enum {
- WireNetConfig_FROM_MAINMENU = 0,
- WireNetConfig_FROM_WIFILIST = NETCONFIG_ITEM,
- } WireNetConfig_Param_t;
- #endif
|