- scan() - Method in class threadspack.AvailableAccessPoints
-
Scans the environment for available access points and sets the access point data
for each one of them.For every access point that finds, creates an AvailableAccessPoints object and
adds it to the list.The data that finds for each object stores them to it and if some
data are not available stores them as "Not-available".
- scan() - Method in class threadspack.AvailableInterfaces
-
Scans the system for the available network interfaces.For
every new interface that founds begins a new thread to monitor it, and
for these that have been disconnected stops the threads that monitors them.
- setAccessPointList(List<AccessPointData>) - Method in class threadspack.AvailableAccessPoints
-
- setAp_essid(String) - Method in class datapack.WirelessData
-
- setAp_mac_address(String) - Method in class datapack.WirelessData
-
- setAp_mode(String) - Method in class datapack.WirelessData
-
- setApInfo(String, BufferedReader) - Method in class threadspack.WifDataFinder
-
- setBroadcast_address(String) - Method in class datapack.InterfaceData
-
- setChannel(String) - Method in class datapack.AccessPointData
-
- setChannel(String) - Method in class datapack.WirelessData
-
- setCurrent_bitrate(String) - Method in class datapack.InterfaceData
-
- setCurrent_usedrange(String) - Method in class datapack.InterfaceData
-
- setDefault_gateway(String) - Method in class datapack.InterfaceData
-
- setDiscarded_packets(String) - Method in class datapack.WirelessData
-
- setEssid(String) - Method in class datapack.AccessPointData
-
- setInterface() - Method in class threadspack.IfDataFinder
-
Sets the interface data.For every data that finds
stores them to the InterfaceData object of this thread and if some
data are not available stores them as "Not-available".
- setInterfaceList(List<InterfaceData>) - Method in class threadspack.AvailableInterfaces
-
- setIp_address(String) - Method in class datapack.InterfaceData
-
- setLink_quality(String) - Method in class datapack.WirelessData
-
- setMac_address(String) - Method in class datapack.AccessPointData
-
- setMac_address(String) - Method in class datapack.InterfaceData
-
- setMax_bitrate(String) - Method in class datapack.InterfaceData
-
- setMode(String) - Method in class datapack.AccessPointData
-
- setName(String) - Method in class datapack.InterfaceData
-
- setNetData(String, InterfaceData) - Method in class threadspack.IfDataFinder
-
- setNetInfo(String, InterfaceData, BufferedReader) - Method in class threadspack.IfDataFinder
-
- setNetLinkInfo(String, BufferedReader) - Method in class threadspack.WifDataFinder
-
- setNetwork_address(String) - Method in class datapack.InterfaceData
-
- setNoise_level(String) - Method in class datapack.WirelessData
-
- setPacket_error_rate(String) - Method in class datapack.InterfaceData
-
- setSignal_level(String) - Method in class datapack.AccessPointData
-
- setSignal_level(String) - Method in class datapack.WirelessData
-
- setState(Boolean) - Method in class datapack.ThreadData
-
- setSubnetmask(String) - Method in class datapack.InterfaceData
-
- setThread(Thread) - Method in class datapack.ThreadData
-
- setTransmit_power(String) - Method in class datapack.WirelessData
-
- setTxpower(String) - Method in class threadspack.WifDataFinder
-
- setWifname(String) - Method in class threadspack.AvailableAccessPoints
-
- setWireless(String, InterfaceData) - Method in class threadspack.IfDataFinder
-
This method is used by a wireless interface to set the data of the inherited InterfaceData.
- setWireless() - Method in class threadspack.WifDataFinder
-
Sets the wireless interface data.For every data that finds
stores them to the WirelessData object of this thread and if some
data are not available stores them as "Not-available".
- setWirelessList(List<WirelessData>) - Method in class threadspack.AvailableInterfaces
-
- signal_level - Variable in class datapack.AccessPointData
-
- signal_level - Variable in class datapack.WirelessData
-
- start_time - Static variable in class mainpack.Main
-
Starting time of running the program.
- startThread(String) - Method in class threadspack.AvailableAccessPoints
-
Sets the name of the wireless interface that this thread
will, at first, use to monitor the environment for access points
and then starts running the thread.
- startThread() - Method in class threadspack.AvailableInterfaces
-
Starts running this thread.
- startThread() - Method in class threadspack.DataPrinter
-
Starts running this thread.
- startThread(String, InterfaceData) - Method in class threadspack.IfDataFinder
-
Sets the name and the InterfaceData object of the interface that this thread
will monitor and then starts running the thread.
- startThread(String, WirelessData) - Method in class threadspack.WifDataFinder
-
Sets the name and the WirelessData object of the wireless interface that this thread
will monitor and then starts running the thread.
- state - Variable in class datapack.ThreadData
-
The signal to send to the thread, true = continue running - false = stop running
- subnetmask - Variable in class datapack.InterfaceData
-