Ejemplo n.º 1
0
 internal static extern int GetIPAddress(SafeWiFiAPHandle ap, int addressFamily, out IntPtr ipAddress);
Ejemplo n.º 2
0
 internal static extern int SetEapPrivateKeyFile(SafeWiFiAPHandle ap, string file, string password);
Ejemplo n.º 3
0
 internal static extern int SetEapType(SafeWiFiAPHandle ap, int eapType);
Ejemplo n.º 4
0
 internal static extern int GetEapPassphrase(SafeWiFiAPHandle ap, out IntPtr userName, out bool isPasswordSet);
Ejemplo n.º 5
0
 internal static extern int SetEapClientCertFile(SafeWiFiAPHandle ap, string file);
Ejemplo n.º 6
0
 internal static extern int IsPassphraseRequired(SafeWiFiAPHandle ap, out bool required);
Ejemplo n.º 7
0
 internal static extern int IsWpsSupported(SafeWiFiAPHandle ap, out bool supported);
Ejemplo n.º 8
0
 internal static extern int SetGatewayAddress(SafeWiFiAPHandle ap, int addressFamily, string gatewayAddress);
Ejemplo n.º 9
0
 internal static extern int GetDhcpServerAddress(SafeWiFiAPHandle ap, AddressFamily addressFamily, out string dhcpServer);
Ejemplo n.º 10
0
 internal static extern int SetSubnetMask(SafeWiFiAPHandle ap, int addressFamily, string subnetMask);
Ejemplo n.º 11
0
 internal static extern int GetGatewayAddress(SafeWiFiAPHandle ap, int addressFamily, out IntPtr gatewayAddress);
Ejemplo n.º 12
0
 internal static extern int GetSubnetMask(SafeWiFiAPHandle ap, int addressFamily, out IntPtr subnetMask);
Ejemplo n.º 13
0
 internal static extern int SetIPAddress(SafeWiFiAPHandle ap, int addressFamily, string ipAddress);
Ejemplo n.º 14
0
 internal static extern int GetAllIPv6Addresses(SafeWiFiAPHandle ap, HandleCallback callback, IntPtr userData);
Ejemplo n.º 15
0
 internal static extern int SetSecurityType(SafeWiFiAPHandle ap, int securityType);
Ejemplo n.º 16
0
 internal static extern int GetProxyAddress(SafeWiFiAPHandle ap, int addressFamily, out IntPtr proxyAddress);
Ejemplo n.º 17
0
 internal static extern int SetEncryptionType(SafeWiFiAPHandle ap, int encryptionType);
Ejemplo n.º 18
0
 internal static extern int SetProxyAddress(SafeWiFiAPHandle ap, int addressFamily, string proxyAddress);
Ejemplo n.º 19
0
 internal static extern int SetPassphrase(SafeWiFiAPHandle ap, string passphrase);
Ejemplo n.º 20
0
 internal static extern int SetProxyType(SafeWiFiAPHandle ap, int proxyType);
Ejemplo n.º 21
0
 internal static extern int SetEapPassphrase(SafeWiFiAPHandle ap, string userName, string password);
Ejemplo n.º 22
0
 internal static extern int GetDnsAddress(SafeWiFiAPHandle ap, int order, int addressFamily, out IntPtr dnsAddress);
Ejemplo n.º 23
0
 internal static extern int GetEapClientCertFile(SafeWiFiAPHandle ap, out IntPtr file);
Ejemplo n.º 24
0
 internal static extern int SetDnsAddress(SafeWiFiAPHandle ap, int order, int addressFamily, string dnsAddress);
Ejemplo n.º 25
0
 internal static extern int GetEapPrivateKeyFile(SafeWiFiAPHandle ap, out IntPtr file);
Ejemplo n.º 26
0
 internal static extern int SetPrefixLength(SafeWiFiAPHandle ap, int addressFamily, int length);
Ejemplo n.º 27
0
 internal static extern int GetEapType(SafeWiFiAPHandle ap, out int eapType);
Ejemplo n.º 28
0
 internal static extern int SetDnsConfigType(SafeWiFiAPHandle ap, int addressFamily, int type);
Ejemplo n.º 29
0
 internal static extern int SetEapAuthType(SafeWiFiAPHandle ap, int file);
Ejemplo n.º 30
0
 internal static extern int GetIPConfigType(SafeWiFiAPHandle ap, int addressFamily, out int ipConfigType);