Lines Matching refs:Config

58 void ClearConfig( Config* pConfig );
61 inline void SetDefaultConfig( Config* pConfig ) in SetDefaultConfig()
83 void SetNetworkInterface( Config* pConfig, u16 nic );
103 u16 GetNetworkInterface( const Config* pConfig );
117 void SetMtu( Config* pConfig, u32 mtu );
131 u32 GetMtu( const Config* pConfig );
148 void SetAddressObtainMode( Config* pConfig, u32 mode );
163 u32 GetAddressObtainMode( const Config* pConfig );
176 void SetDeviceIpAddress( Config* pConfig, const char* pAddressStr );
190 u32 GetDeviceIpAddress( const Config* pConfig );
203 void SetSubnetMask( Config* pConfig, const char* pAddressStr );
217 u32 GetSubnetMask( const Config* pConfig );
230 void SetDefaultGateway( Config* pConfig, const char* pAddressStr );
244 u32 GetDefaultGateway( const Config* pConfig );
257 void SetPrimaryDnsServer( Config* pConfig, const char* pAddressStr );
271 u32 GetPrimaryDnsServer( const Config* pConfig );
284 void SetAlternativeDnsServer( Config* pConfig, const char* pAddressStr );
298 u32 GetAlternativeDnsServer( const Config* pConfig );
326 void SetWifiConfigureMethod( Config* pConfig, u16 method );
341 u16 GetWifiConfigureMethod( const Config* pConfig );
367 void SetPrivacyMode( Config* pConfig, u16 mode );
383 u16 GetPrivacyMode( const Config* pConfig );
396 void SetSsid( Config* pConfig, const char* pSsidStr );
413 const char* GetSsid( const Config* pConfig, int* pLength );
436 void SetEthernetSpeed( Config* pConfig, u16 speed );
455 u16 GetEthernetSpeed( const Config* pConfig );
477 void SetEthernetCommunicationMethod( Config* pConfig, u16 duplex );
492 u16 GetEthernetCommunicationMethod( const Config* pConfig );
514 void SetEthernetAutoNegotiation( Config* pConfig, u16 negotiation );
529 u16 GetEthernetAutoNegotiation( const Config* pConfig );
552 void SetWep40Key( Config* pConfig, int index, const char* pKeyStr );
571 const char* GetWep40Key( const Config* pConfig, int index );
584 void SetWep40KeyId( Config* pConfig, int index );
597 int GetWep40KeyId( const Config* pConfig );
615 void SetWep104Key( Config* pConfig, int index, const char* pKeyStr );
634 const char* GetWep104Key( const Config* pConfig, int index );
647 void SetWep104KeyId( Config* pConfig, int index );
660 int GetWep104KeyId( const Config* pConfig );
680 void SetTkipKey( Config* pConfig, const u8* pKey, int keyLength );
696 const u8* GetTkipKey( const Config* pConfig, int* pKeyLength );
716 void SetAesKey( Config* pConfig, const u8* pKey, int keyLength );
732 const u8* GetAesKey( const Config* pConfig, int* pKeyLength );
755 void SetProxyUse( Config* pConfig, u16 use );
768 u16 GetProxyUse( const Config* pConfig );
782 void SetProxyPort( Config* pConfig, u16 port );
796 u16 GetProxyPort( const Config* pConfig );
815 void SetProxyAuthType( Config* pConfig, u32 authType );
830 u32 GetProxyAuthType( const Config* pConfig );
842 void SetProxyHostName( Config* pConfig, const char* pHostName );
852 const char* GetProxyHostName( const Config* pConfig );
864 void SetProxyUserName( Config* pConfig, const char* pName );
874 const char* GetProxyUserName( const Config* pConfig );
886 void SetProxyPassword( Config* pConfig, const char* pPassword );
896 const char* GetProxyPassword( const Config* pConfig );
908 void SetProxyNoproxyHosts( Config* pConfig, const char* pNoProxyHosts );
918 const char* GetProxyNoproxyHosts( const Config* pConfig );