public class IfaceWireless : IfaceEthernet {
public weak string essid { get; set; } ;
public weak string key { get; set; } ;
public weak string key_type { get; set; } ;
public weak string get_essid ( ) ;
public weak string get_key ( ) ;
public weak string get_key_type ( ) ;
public void set_essid ( string essid ) ;
public void set_key ( string key ) ;
public void set_key_type ( string key_type ) ;
}

public weak string essid { get; set; } ;
public weak string key { get; set; } ;
public weak string key_type { get; set; } ;
public weak string get_essid ( ) ;
public weak string get_key ( ) ;
public weak string get_key_type ( ) ;
public void set_essid ( string essid ) ;
public void set_key ( string key ) ;
public void set_key_type ( string key_type ) ;
Created by Valadoc