wut  v1.5.0
Wii U Toolchain
Data Structures | Typedefs | Enumerations | Functions
Nsysnet_netconfig
Collaboration diagram for Nsysnet_netconfig:

Data Structures

struct  NetConfAllProfileState
 
struct  NetConfEthCfg
 
struct  NetConfIPv4Info
 
struct  NetConfMACAddr
 
struct  NetConfProxyConfig
 
struct  NetConfValidFlags
 
struct  NetConfWifiConfigDataPrivacy
 
struct  NetConfWifiConfigData
 
struct  NetConfWifiConfig
 
struct  NetConfOpt
 
struct  NetConfInterface
 
struct  NetConfCfg
 
struct  NetConfAOSSConfig
 
struct  NetConfIfState
 

Typedefs

typedef uint16_t NetConfEthCfgSpeed
 
typedef uint16_t NetConfEthCfgDuplex
 
typedef uint16_t NetConfEthCfgNegotiation
 
typedef uint16_t NetConfWifiPrivacyMode
 
typedef uint16_t NetConfProxyAuthType
 
typedef uint16_t NetConfProxyStatus
 
typedef uint16_t NetConfInterfaceType
 
typedef uint16_t NetConfLinkState
 
typedef uint16_t NetConfOperState
 
typedef uint16_t NetConfAdminState
 
typedef struct NetConfAllProfileState NetConfAllProfileState
 
typedef struct NetConfEthCfg NetConfEthCfg
 
typedef struct NetConfProxyConfig NetConfProxyConfig
 
typedef struct NetConfValidFlags NetConfValidFlags
 
typedef struct NetConfWifiConfig NetConfWifiConfig
 
typedef struct NetConfOpt NetConfOpt
 
typedef struct NetConfIPv4Info NetConfIPv4Info
 
typedef struct NetConfMACAddr NetConfMACAddr
 
typedef struct NetConfCfg NetConfCfg
 
typedef struct NetConfAOSSConfig NetConfAOSSConfig
 
typedef struct NetConfWifiConfigData NetConfWifiConfigData
 
typedef struct NetConfWifiConfigDataPrivacy NetConfWifiConfigDataPrivacy
 
typedef struct NetConfInterface NetConfInterface
 
typedef struct NetConfIfState NetConfIfState
 
typedef enum NetConfInterfaceTypeEnum NetConfInterfaceTypeEnum
 
typedef enum NetConfEthCfgSpeedEnum NetConfEthCfgSpeedEnum
 
typedef enum NetConfEthCfgDuplexEnum NetConfEthCfgDuplexEnum
 
typedef enum NetConfEthCfgNegotiationEnum NetConfEthCfgNegotiationEnum
 
typedef enum NetConfIPv4Mode NetConfIPv4Mode
 
typedef enum NetConfWifiPrivacyModeEnum NetConfWifiPrivacyModeEnum
 
typedef enum NetConfProxyAuthTypeEnum NetConfProxyAuthTypeEnum
 
typedef enum NetConfProxyStatusEnum NetConfProxyStatusEnum
 
typedef enum NetConfLinkStateEnum NetConfLinkStateEnum
 
typedef enum NetConfOperStateEnum NetConfOperStateEnum
 
typedef enum NetConfAdminStateEnum NetConfAdminStateEnum
 
typedef enum NetConfProfile NetConfProfile
 

Enumerations

enum  NetConfInterfaceTypeEnum {
  NET_CONF_INTERFACE_TYPE_WIFI = 0 ,
  NET_CONF_INTERFACE_TYPE_ETHERNET = 1
}
 
enum  NetConfEthCfgSpeedEnum {
  NET_CONF_ETH_CFG_SPEED_10M = 10 ,
  NET_CONF_ETH_CFG_SPEED_100M = 100
}
 
enum  NetConfEthCfgDuplexEnum {
  NET_CONF_ETH_CFG_DUPLEX_HALF = 1 ,
  NET_CONF_ETH_CFG_DUPLEX_FULL = 2
}
 
enum  NetConfEthCfgNegotiationEnum {
  NET_CONF_ETH_CFG_NEGOTIATION_MANUAL = 1 ,
  NET_CONF_ETH_CFG_NEGOTIATION_AUTO = 2
}
 
enum  NetConfIPv4Mode {
  NET_CONF_IPV4_MODE_DHCP = 0 ,
  NET_CONF_IPV4_MODE_MANUAL = 2
}
 
enum  NetConfWifiPrivacyModeEnum {
  NET_CONF_WIFI_PRIVACY_MODE_NONE = 0 ,
  NET_CONF_WIFI_PRIVACY_MODE_WEP = 1 ,
  NET_CONF_WIFI_PRIVACY_MODE_WPA2_PSK_TKIP = 3 ,
  NET_CONF_WIFI_PRIVACY_MODE_WPA_PSK_TKIP = 4 ,
  NET_CONF_WIFI_PRIVACY_MODE_WPA2_PSK_AES = 5 ,
  NET_CONF_WIFI_PRIVACY_MODE_WPA_PSK_AES = 6
}
 
enum  NetConfProxyAuthTypeEnum {
  NET_CONF_PROXY_AUTH_TYPE_NONE = 0 ,
  NET_CONF_PROXY_AUTH_TYPE_BASIC_AUTHENTICATION = 1
}
 
enum  NetConfProxyStatusEnum {
  NET_CONF_PROXY_DISABLED = 0 ,
  NET_CONF_PROXY_ENABLED = 1
}
 
enum  NetConfLinkStateEnum {
  NET_CONF_LINK_STATE_UP = 1 ,
  NET_CONF_LINK_STATE_DOWN = 2 ,
  NET_CONF_LINK_STATE_NEGOTIATE = 3
}
 
enum  NetConfOperStateEnum {
  NET_CONF_OPER_STATE_UP = 1 ,
  NET_CONF_OPER_STATE_DOWN = 2
}
 
enum  NetConfAdminStateEnum {
  NET_CONF_ADMIN_STATE_UP = 1 ,
  NET_CONF_ADMIN_STATE_DOWN = 2
}
 
enum  NetConfProfile {
  NET_CONF_PROFILE_0 = 0 ,
  NET_CONF_PROFILE_1 = 1 ,
  NET_CONF_PROFILE_2 = 2 ,
  NET_CONF_PROFILE_3 = 3 ,
  NET_CONF_PROFILE_4 = 4 ,
  NET_CONF_PROFILE_5 = 5
}
 

Functions

int netconf_init ()
 
int netconf_close ()
 
int netconf_delete_profile (NetConfProfile id)
 
int netconf_get_all_profile_state (NetConfAllProfileState *state)
 
int netconf_get_assigned_address (NetConfInterfaceType interface, uint32_t *assignedAddress)
 Returns the currently used IP address of the console if the given interface matches the used interface. More...
 
int netconf_get_assigned_dns (NetConfInterfaceType interface, uint32_t *dns1, uint32_t *dns2)
 Returns the currently used DNS of the console if the given interface matches the used interface. More...
 
int netconf_get_assigned_gateway (NetConfInterfaceType unk1, uint32_t *gateway)
 Returns the currently used gateway of the console if the given interface matches the used interface. More...
 
int netconf_get_assigned_subnet (NetConfInterfaceType unk1, uint32_t *subnet)
 Returns the currently used subnet of the console if the given interface matches the used interface. More...
 
int netconf_get_dns (NetConfInterfaceType unk1, uint32_t *dns1, uint32_t *dns2)
 Returns the manually set DNS servers of the loaded config if the given interface matches the used interface. More...
 
int netconf_get_eth_cfg (NetConfEthCfg *outCfg)
 
NetConfAdminState netconf_get_if_adminstate (NetConfInterfaceType interface)
 
int netconf_get_if_ipv4_info (NetConfIPv4Info *info)
 Returns the WIFI IPv4 Info of the loaded config. More...
 
int netconf_get_if_ipv4_info_ex (NetConfInterfaceType interface, NetConfIPv4Info *info)
 Returns the IPv4 Info of the loaded config for the given interface. More...
 
NetConfLinkState netconf_get_if_linkstate (NetConfInterfaceType interface)
 
int netconf_get_if_macaddr (NetConfInterfaceType interface, NetConfMACAddr *info)
 
NetConfOperState netconf_get_if_operstate (NetConfInterfaceType interface)
 
int netconf_get_ifstate (NetConfInterfaceType interface, NetConfIfState *ifState)
 
int netconf_get_interface_mtu (NetConfInterfaceType NetConfInterfaceType, uint32_t *mtu)
 
int netconf_get_last_wifi_link_error (uint32_t *lastError)
 
int netconf_get_profile_state (NetConfInterfaceType interface, uint32_t *profileState)
 
int netconf_get_proxy_config (NetConfProxyConfig *proxyConfig)
 
int netconf_get_running (NetConfCfg *running)
 Return the current NetConfCfg. More...
 
int netconf_get_startup_profile_id ()
 Gets the default profileId. More...
 
int netconf_get_valid_flags (NetConfValidFlags *validFlags)
 
int netconf_get_wifi_cfg (NetConfWifiConfig *wifiConfig)
 
int netconf_getopt (uint16_t unk1, NetConfOpt *buffer, uint32_t *bufferSize)
 Not implemented on IOSU side. More...
 
int netconf_nv_read (NetConfProfile profileId, NetConfCfg *data)
 Read a profile into memory without using it. More...
 
int netconf_nv_write (NetConfProfile profileId, NetConfCfg *data)
 Write a profile from buffer. More...
 
int netconf_nv_load (NetConfProfile profileId)
 Load a profile into memory and use it. More...
 
int netconf_nv_store (NetConfProfile profileId)
 Save the loaded profile from memory into a profile. More...
 
int netconf_read_aoss_config (NetConfProfile profileId, NetConfAOSSConfig *data)
 
int netconf_write_aoss_config (NetConfProfile profileId, NetConfAOSSConfig *data)
 
int netconf_read_compat_profile_id (uint32_t *outProfileId)
 
int netconf_set_dns (NetConfInterfaceType interface, uint32_t *dns1, uint32_t *dns2)
 
int netconf_set_eth_cfg (NetConfEthCfg *config)
 
int netconf_set_if_admin_state (NetConfInterfaceType interface, NetConfAdminStateEnum unk2)
 
int netconf_set_if_ipv4_info (NetConfIPv4Info *info)
 
int netconf_set_if_ipv4_info_ex (NetConfInterfaceType interface, NetConfIPv4Info *info)
 
int netconf_set_interface_mtu (NetConfInterfaceType interface, uint32_t mtu)
 
int netconf_set_proxy_config (NetConfProxyConfig *config)
 
int netconf_set_running (NetConfCfg *config)
 
int netconf_set_startup_profile_id (uint32_t profileId)
 Sets the default profileId. More...
 
int netconf_set_valid_flag (uint32_t unk1, uint32_t unk2)
 
int netconf_set_wifi_cfg (NetConfWifiConfig *config)
 
int netconf_setopt (uint16_t unk1, NetConfOpt *buffer, uint32_t *bufferSize)
 DEBUG mode only. More...
 
int netconf_write_compat_profile_id (uint32_t unk1)
 

Detailed Description


Data Structure Documentation

◆ NetConfAllProfileState

struct NetConfAllProfileState

Definition at line 116 of file netconfig.h.

◆ NetConfEthCfg

struct NetConfEthCfg

Definition at line 121 of file netconfig.h.

Data Fields
NetConfEthCfgSpeed speed
NetConfEthCfgDuplex duplex
NetConfEthCfgNegotiation negotiation

◆ NetConfIPv4Info

struct NetConfIPv4Info

Definition at line 132 of file netconfig.h.

Data Fields
NetConfIPv4Mode mode
uint32_t addr
uint32_t netmask
uint32_t nexthop
uint32_t ns1
uint32_t ns2

◆ NetConfMACAddr

struct NetConfMACAddr

Definition at line 142 of file netconfig.h.

Data Fields
uint8_t MACAddr[0x6]

◆ NetConfProxyConfig

struct NetConfProxyConfig

Definition at line 147 of file netconfig.h.

Data Fields
NetConfProxyStatus use_proxy
uint16_t port
NetConfProxyAuthType auth_type
char host[0x80]
char username[0x80]
char password[0x40]
char noproxy_hosts[0x80]

◆ NetConfValidFlags

struct NetConfValidFlags

Definition at line 159 of file netconfig.h.

◆ NetConfWifiConfigDataPrivacy

struct NetConfWifiConfigDataPrivacy

Definition at line 164 of file netconfig.h.

Data Fields
NetConfWifiPrivacyMode mode
uint16_t aes_key_len
uint8_t aes_key[0x40]

◆ NetConfWifiConfigData

struct NetConfWifiConfigData

Definition at line 176 of file netconfig.h.

Data Fields
uint8_t ssid[0x20]
uint16_t ssidlength
NetConfWifiConfigDataPrivacy privacy

◆ NetConfWifiConfig

struct NetConfWifiConfig

Definition at line 187 of file netconfig.h.

Data Fields
uint16_t config_method
NetConfWifiConfigData config

◆ NetConfOpt

struct NetConfOpt

Definition at line 194 of file netconfig.h.

◆ NetConfInterface

struct NetConfInterface

Definition at line 199 of file netconfig.h.

Data Fields
uint16_t if_index
uint16_t if_sate
uint32_t if_mtu
NetConfIPv4Info ipv4Info

◆ NetConfCfg

struct NetConfCfg

Definition at line 211 of file netconfig.h.

Data Fields
NetConfInterface wl0
NetConfWifiConfig wifi
NetConfInterface eth0
NetConfEthCfg ethCfg
NetConfProxyConfig proxy

◆ NetConfAOSSConfig

struct NetConfAOSSConfig

Definition at line 225 of file netconfig.h.

Data Fields
NetConfWifiConfigData config[4]

◆ NetConfIfState

struct NetConfIfState

Definition at line 230 of file netconfig.h.

Data Fields
uint16_t if_state
NetConfLinkState linkstate
NetConfOperState operstate

Typedef Documentation

◆ NetConfEthCfgSpeed

typedef uint16_t NetConfEthCfgSpeed

Definition at line 21 of file netconfig.h.

◆ NetConfEthCfgDuplex

typedef uint16_t NetConfEthCfgDuplex

Definition at line 22 of file netconfig.h.

◆ NetConfEthCfgNegotiation

typedef uint16_t NetConfEthCfgNegotiation

Definition at line 23 of file netconfig.h.

◆ NetConfWifiPrivacyMode

typedef uint16_t NetConfWifiPrivacyMode

Definition at line 24 of file netconfig.h.

◆ NetConfProxyAuthType

typedef uint16_t NetConfProxyAuthType

Definition at line 25 of file netconfig.h.

◆ NetConfProxyStatus

typedef uint16_t NetConfProxyStatus

Definition at line 26 of file netconfig.h.

◆ NetConfInterfaceType

typedef uint16_t NetConfInterfaceType

Definition at line 27 of file netconfig.h.

◆ NetConfLinkState

typedef uint16_t NetConfLinkState

Definition at line 28 of file netconfig.h.

◆ NetConfOperState

typedef uint16_t NetConfOperState

Definition at line 29 of file netconfig.h.

◆ NetConfAdminState

typedef uint16_t NetConfAdminState

Definition at line 30 of file netconfig.h.

◆ NetConfAllProfileState

Definition at line 30 of file netconfig.h.

◆ NetConfEthCfg

typedef struct NetConfEthCfg NetConfEthCfg

Definition at line 30 of file netconfig.h.

◆ NetConfProxyConfig

Definition at line 30 of file netconfig.h.

◆ NetConfValidFlags

Definition at line 30 of file netconfig.h.

◆ NetConfWifiConfig

Definition at line 30 of file netconfig.h.

◆ NetConfOpt

typedef struct NetConfOpt NetConfOpt

Definition at line 30 of file netconfig.h.

◆ NetConfIPv4Info

Definition at line 30 of file netconfig.h.

◆ NetConfMACAddr

Definition at line 30 of file netconfig.h.

◆ NetConfCfg

typedef struct NetConfCfg NetConfCfg

Definition at line 30 of file netconfig.h.

◆ NetConfAOSSConfig

Definition at line 30 of file netconfig.h.

◆ NetConfWifiConfigData

Definition at line 30 of file netconfig.h.

◆ NetConfWifiConfigDataPrivacy

Definition at line 30 of file netconfig.h.

◆ NetConfInterface

Definition at line 30 of file netconfig.h.

◆ NetConfIfState

Definition at line 30 of file netconfig.h.

◆ NetConfInterfaceTypeEnum

◆ NetConfEthCfgSpeedEnum

◆ NetConfEthCfgDuplexEnum

◆ NetConfEthCfgNegotiationEnum

◆ NetConfIPv4Mode

◆ NetConfWifiPrivacyModeEnum

◆ NetConfProxyAuthTypeEnum

◆ NetConfProxyStatusEnum

◆ NetConfLinkStateEnum

◆ NetConfOperStateEnum

◆ NetConfAdminStateEnum

◆ NetConfProfile

Enumeration Type Documentation

◆ NetConfInterfaceTypeEnum

Enumerator
NET_CONF_INTERFACE_TYPE_WIFI 
NET_CONF_INTERFACE_TYPE_ETHERNET 

Definition at line 47 of file netconfig.h.

◆ NetConfEthCfgSpeedEnum

Enumerator
NET_CONF_ETH_CFG_SPEED_10M 
NET_CONF_ETH_CFG_SPEED_100M 

Definition at line 52 of file netconfig.h.

◆ NetConfEthCfgDuplexEnum

Enumerator
NET_CONF_ETH_CFG_DUPLEX_HALF 
NET_CONF_ETH_CFG_DUPLEX_FULL 

Definition at line 57 of file netconfig.h.

◆ NetConfEthCfgNegotiationEnum

Enumerator
NET_CONF_ETH_CFG_NEGOTIATION_MANUAL 
NET_CONF_ETH_CFG_NEGOTIATION_AUTO 

Definition at line 62 of file netconfig.h.

◆ NetConfIPv4Mode

Enumerator
NET_CONF_IPV4_MODE_DHCP 
NET_CONF_IPV4_MODE_MANUAL 

Definition at line 67 of file netconfig.h.

◆ NetConfWifiPrivacyModeEnum

Enumerator
NET_CONF_WIFI_PRIVACY_MODE_NONE 
NET_CONF_WIFI_PRIVACY_MODE_WEP 
NET_CONF_WIFI_PRIVACY_MODE_WPA2_PSK_TKIP 
NET_CONF_WIFI_PRIVACY_MODE_WPA_PSK_TKIP 
NET_CONF_WIFI_PRIVACY_MODE_WPA2_PSK_AES 
NET_CONF_WIFI_PRIVACY_MODE_WPA_PSK_AES 

Definition at line 72 of file netconfig.h.

◆ NetConfProxyAuthTypeEnum

Enumerator
NET_CONF_PROXY_AUTH_TYPE_NONE 
NET_CONF_PROXY_AUTH_TYPE_BASIC_AUTHENTICATION 

Definition at line 81 of file netconfig.h.

◆ NetConfProxyStatusEnum

Enumerator
NET_CONF_PROXY_DISABLED 
NET_CONF_PROXY_ENABLED 

Definition at line 86 of file netconfig.h.

◆ NetConfLinkStateEnum

Enumerator
NET_CONF_LINK_STATE_UP 
NET_CONF_LINK_STATE_DOWN 
NET_CONF_LINK_STATE_NEGOTIATE 

Definition at line 91 of file netconfig.h.

◆ NetConfOperStateEnum

Enumerator
NET_CONF_OPER_STATE_UP 
NET_CONF_OPER_STATE_DOWN 

Definition at line 97 of file netconfig.h.

◆ NetConfAdminStateEnum

Enumerator
NET_CONF_ADMIN_STATE_UP 
NET_CONF_ADMIN_STATE_DOWN 

Definition at line 102 of file netconfig.h.

◆ NetConfProfile

Enumerator
NET_CONF_PROFILE_0 
NET_CONF_PROFILE_1 
NET_CONF_PROFILE_2 
NET_CONF_PROFILE_3 
NET_CONF_PROFILE_4 
NET_CONF_PROFILE_5 

Definition at line 107 of file netconfig.h.

Function Documentation

◆ netconf_init()

int netconf_init ( )

◆ netconf_close()

int netconf_close ( )

◆ netconf_delete_profile()

int netconf_delete_profile ( NetConfProfile  id)

◆ netconf_get_all_profile_state()

int netconf_get_all_profile_state ( NetConfAllProfileState state)

◆ netconf_get_assigned_address()

int netconf_get_assigned_address ( NetConfInterfaceType  interface,
uint32_t *  assignedAddress 
)

Returns the currently used IP address of the console if the given interface matches the used interface.

◆ netconf_get_assigned_dns()

int netconf_get_assigned_dns ( NetConfInterfaceType  interface,
uint32_t *  dns1,
uint32_t *  dns2 
)

Returns the currently used DNS of the console if the given interface matches the used interface.

◆ netconf_get_assigned_gateway()

int netconf_get_assigned_gateway ( NetConfInterfaceType  unk1,
uint32_t *  gateway 
)

Returns the currently used gateway of the console if the given interface matches the used interface.

◆ netconf_get_assigned_subnet()

int netconf_get_assigned_subnet ( NetConfInterfaceType  unk1,
uint32_t *  subnet 
)

Returns the currently used subnet of the console if the given interface matches the used interface.

◆ netconf_get_dns()

int netconf_get_dns ( NetConfInterfaceType  unk1,
uint32_t *  dns1,
uint32_t *  dns2 
)

Returns the manually set DNS servers of the loaded config if the given interface matches the used interface.

◆ netconf_get_eth_cfg()

int netconf_get_eth_cfg ( NetConfEthCfg outCfg)

◆ netconf_get_if_adminstate()

NetConfAdminState netconf_get_if_adminstate ( NetConfInterfaceType  interface)

◆ netconf_get_if_ipv4_info()

int netconf_get_if_ipv4_info ( NetConfIPv4Info info)

Returns the WIFI IPv4 Info of the loaded config.

◆ netconf_get_if_ipv4_info_ex()

int netconf_get_if_ipv4_info_ex ( NetConfInterfaceType  interface,
NetConfIPv4Info info 
)

Returns the IPv4 Info of the loaded config for the given interface.

◆ netconf_get_if_linkstate()

NetConfLinkState netconf_get_if_linkstate ( NetConfInterfaceType  interface)

◆ netconf_get_if_macaddr()

int netconf_get_if_macaddr ( NetConfInterfaceType  interface,
NetConfMACAddr info 
)

◆ netconf_get_if_operstate()

NetConfOperState netconf_get_if_operstate ( NetConfInterfaceType  interface)

◆ netconf_get_ifstate()

int netconf_get_ifstate ( NetConfInterfaceType  interface,
NetConfIfState ifState 
)

◆ netconf_get_interface_mtu()

int netconf_get_interface_mtu ( NetConfInterfaceType  NetConfInterfaceType,
uint32_t *  mtu 
)

◆ netconf_get_last_wifi_link_error()

int netconf_get_last_wifi_link_error ( uint32_t *  lastError)

◆ netconf_get_profile_state()

int netconf_get_profile_state ( NetConfInterfaceType  interface,
uint32_t *  profileState 
)

◆ netconf_get_proxy_config()

int netconf_get_proxy_config ( NetConfProxyConfig proxyConfig)

◆ netconf_get_running()

int netconf_get_running ( NetConfCfg running)

Return the current NetConfCfg.

◆ netconf_get_startup_profile_id()

int netconf_get_startup_profile_id ( )

Gets the default profileId.

◆ netconf_get_valid_flags()

int netconf_get_valid_flags ( NetConfValidFlags validFlags)

◆ netconf_get_wifi_cfg()

int netconf_get_wifi_cfg ( NetConfWifiConfig wifiConfig)

◆ netconf_getopt()

int netconf_getopt ( uint16_t  unk1,
NetConfOpt buffer,
uint32_t *  bufferSize 
)

Not implemented on IOSU side.

◆ netconf_nv_read()

int netconf_nv_read ( NetConfProfile  profileId,
NetConfCfg data 
)

Read a profile into memory without using it.

◆ netconf_nv_write()

int netconf_nv_write ( NetConfProfile  profileId,
NetConfCfg data 
)

Write a profile from buffer.

◆ netconf_nv_load()

int netconf_nv_load ( NetConfProfile  profileId)

Load a profile into memory and use it.

◆ netconf_nv_store()

int netconf_nv_store ( NetConfProfile  profileId)

Save the loaded profile from memory into a profile.

◆ netconf_read_aoss_config()

int netconf_read_aoss_config ( NetConfProfile  profileId,
NetConfAOSSConfig data 
)

◆ netconf_write_aoss_config()

int netconf_write_aoss_config ( NetConfProfile  profileId,
NetConfAOSSConfig data 
)

◆ netconf_read_compat_profile_id()

int netconf_read_compat_profile_id ( uint32_t *  outProfileId)

◆ netconf_set_dns()

int netconf_set_dns ( NetConfInterfaceType  interface,
uint32_t *  dns1,
uint32_t *  dns2 
)

◆ netconf_set_eth_cfg()

int netconf_set_eth_cfg ( NetConfEthCfg config)

◆ netconf_set_if_admin_state()

int netconf_set_if_admin_state ( NetConfInterfaceType  interface,
NetConfAdminStateEnum  unk2 
)

◆ netconf_set_if_ipv4_info()

int netconf_set_if_ipv4_info ( NetConfIPv4Info info)

◆ netconf_set_if_ipv4_info_ex()

int netconf_set_if_ipv4_info_ex ( NetConfInterfaceType  interface,
NetConfIPv4Info info 
)

◆ netconf_set_interface_mtu()

int netconf_set_interface_mtu ( NetConfInterfaceType  interface,
uint32_t  mtu 
)

◆ netconf_set_proxy_config()

int netconf_set_proxy_config ( NetConfProxyConfig config)

◆ netconf_set_running()

int netconf_set_running ( NetConfCfg config)

◆ netconf_set_startup_profile_id()

int netconf_set_startup_profile_id ( uint32_t  profileId)

Sets the default profileId.

◆ netconf_set_valid_flag()

int netconf_set_valid_flag ( uint32_t  unk1,
uint32_t  unk2 
)

◆ netconf_set_wifi_cfg()

int netconf_set_wifi_cfg ( NetConfWifiConfig config)

◆ netconf_setopt()

int netconf_setopt ( uint16_t  unk1,
NetConfOpt buffer,
uint32_t *  bufferSize 
)

DEBUG mode only.

◆ netconf_write_compat_profile_id()

int netconf_write_compat_profile_id ( uint32_t  unk1)