|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WifiRadioMode | |
---|---|
com.eurotech.framework.linux.net.wifi | |
com.eurotech.framework.net.wifi |
Uses of WifiRadioMode in com.eurotech.framework.linux.net.wifi |
---|
Methods in com.eurotech.framework.linux.net.wifi that return WifiRadioMode | |
---|---|
WifiRadioMode |
Hostapd.getRadioMode()
Get the radio mode |
Methods in com.eurotech.framework.linux.net.wifi with parameters of type WifiRadioMode | |
---|---|
static Hostapd |
Hostapd.getHostapd(String iface,
String driver,
String essid,
WifiRadioMode radioMode,
int channel,
WifiSecurity security,
String password)
Hostapd constructor |
void |
Hostapd.setRadioMode(WifiRadioMode radioMode)
Set the radio mode |
Uses of WifiRadioMode in com.eurotech.framework.net.wifi |
---|
Methods in com.eurotech.framework.net.wifi that return WifiRadioMode | |
---|---|
WifiRadioMode |
WifiConfig.getRadioMode()
|
static WifiRadioMode |
WifiRadioMode.parseCode(int code)
|
static WifiRadioMode |
WifiRadioMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WifiRadioMode[] |
WifiRadioMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.eurotech.framework.net.wifi with parameters of type WifiRadioMode | |
---|---|
static int |
WifiRadioMode.getCode(WifiRadioMode radioMode)
|
void |
WifiConfig.setRadioMode(WifiRadioMode radioMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |