Go to the documentation of this file.
13 #ifndef __PSPUTILITY_NETPARAM_H__
14 #define __PSPUTILITY_NETPARAM_H__
32 #define PSP_NETPARAM_NAME 0 // string
33 #define PSP_NETPARAM_SSID 1 // string
34 #define PSP_NETPARAM_SECURE 2 // int
35 #define PSP_NETPARAM_WEPKEY 3 // string
36 #define PSP_NETPARAM_IS_STATIC_IP 4 // int
37 #define PSP_NETPARAM_IP 5 // string
38 #define PSP_NETPARAM_NETMASK 6 // string
39 #define PSP_NETPARAM_ROUTE 7 // string
40 #define PSP_NETPARAM_MANUAL_DNS 8 // int
41 #define PSP_NETPARAM_PRIMARYDNS 9 // string
42 #define PSP_NETPARAM_SECONDARYDNS 10 // string
43 #define PSP_NETPARAM_PROXY_USER 11 // string
44 #define PSP_NETPARAM_PROXY_PASS 12 // string
45 #define PSP_NETPARAM_USE_PROXY 13 // int
46 #define PSP_NETPARAM_PROXY_SERVER 14 // string
47 #define PSP_NETPARAM_PROXY_PORT 15 // int
48 #define PSP_NETPARAM_UNKNOWN1 16 // int
49 #define PSP_NETPARAM_UNKNOWN2 17 // int
51 #define PSP_NETPARAM_ERROR_BAD_NETCONF 0x80110601
52 #define PSP_NETPARAM_ERROR_BAD_PARAM 0x80110604