Net_Wifi
[ class tree: Net_Wifi ] [ index: Net_Wifi ] [ all elements ]

Element index for package Net_Wifi

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ n ] [ p ] [ r ] [ s ] [ u ] [ w ]

a

$activated
in file Config.php, variable Net_Wifi_Config::$activated
    If the interface is activated.
$ap
in file Config.php, variable Net_Wifi_Config::$ap
    MAC address of the associated access point.
$arFileLocation
in file Wifi.php, variable Net_Wifi::$arFileLocation
    Various locations of programs
$associated
in file Config.php, variable Net_Wifi_Config::$associated
    If the interface is connected to an access point or an ad-hoc network.
top

b

$beacon
in file Cell.php, variable Net_Wifi_Cell::$beacon
    The time since the last beacon (time sync) frame has been sent, in ms.
top

c

$cell
in file Cell.php, variable Net_Wifi_Cell::$cell
    The current cell number.
$channel
in file Cell.php, variable Net_Wifi_Cell::$channel
    Channel number used for communication.
connectToAccessPoint
in file Wifi.php, method Net_Wifi::connectToAccessPoint()
    Tells the driver to use the access point with the given MAC address only.
Cell.php
procedural page Cell.php
Config.php
procedural page Config.php
top

e

$encryption
in file Cell.php, variable Net_Wifi_Cell::$encryption
    If encryption is used.
top

f

$frequency
in file Cell.php, variable Net_Wifi_Cell::$frequency
    Channel frequency.
top

g

getCurrentConfig
in file Wifi.php, method Net_Wifi::getCurrentConfig()
    Returns an object with the current state of the interface (connected/not connected, AP,...).
getPathIwconfig
in file Wifi.php, method Net_Wifi::getPathIwconfig()
    Returns the set path to iwconfig.
getPathIwlist
in file Wifi.php, method Net_Wifi::getPathIwlist()
    Returns the set path to iwlist.
getPathProcWireless
in file Wifi.php, method Net_Wifi::getPathProcWireless()
    Returns the set path to /proc/wireless.
getSupportedInterfaces
in file Wifi.php, method Net_Wifi::getSupportedInterfaces()
    Returns an array with the names/device files of all supported wireless lan devices.
top

h

handleUnknown
in file Wifi.php, method Net_Wifi::handleUnknown()
    Handle unknown configuration lines.
top

i

isConnected
in file Wifi.php, method Net_Wifi::isConnected()
    Checks if a network interface is connected to an access point.
top

m

$mac
in file Cell.php, variable Net_Wifi_Cell::$mac
    MAC address of the cell (access point or ad-hoc station).
$mode
in file Config.php, variable Net_Wifi_Config::$mode
    Network type.
$mode
in file Cell.php, variable Net_Wifi_Cell::$mode
    Network type.
top

n

$nick
in file Config.php, variable Net_Wifi_Config::$nick
    The nickname which the interface (computer) uses.
$noise
in file Config.php, variable Net_Wifi_Config::$noise
    Noise level in dBm - how much the signal is disturbed
Net_Wifi
in file Wifi.php, method Net_Wifi::Net_Wifi()
    Constructor which tries to guess the paths of the tools
Net_Wifi
in file Wifi.php, class Net_Wifi
    A class for scanning wireless networks and identifying local wireless network interfaces.
Net_Wifi_Cell
in file Cell.php, class Net_Wifi_Cell
    Cell information from a wifi scan.
Net_Wifi_Config
in file Config.php, class Net_Wifi_Config
    Configuration settings of a wifi network interface.
top

p

$packages_invalid_misc
in file Config.php, variable Net_Wifi_Config::$packages_invalid_misc
    Other packets lost in relation with specific wireless operations.
$packages_missed_beacon
in file Config.php, variable Net_Wifi_Config::$packages_missed_beacon
    Number of periodic beacons from the Cell or the Access Point we have missed. Beacons are sent at regular intervals to maintain the cell coordination, failure to receive them usually indicates that the card is out of range.
$packages_rx_invalid_crypt
in file Config.php, variable Net_Wifi_Config::$packages_rx_invalid_crypt
    Number of packets that the hardware was unable to decrypt.
$packages_rx_invalid_frag
in file Config.php, variable Net_Wifi_Config::$packages_rx_invalid_frag
    Number of packets for which the hardware was not able to properly re-assemble the link layer fragments (most likely one was missing).
$packages_rx_invalid_nwid
in file Config.php, variable Net_Wifi_Config::$packages_rx_invalid_nwid
    Number of packets received with a different NWID or ESSID.
$packages_tx_excessive_retries
in file Config.php, variable Net_Wifi_Config::$packages_tx_excessive_retries
    Number of packages that needed to be re-submitted repeatedly again and again, because no ACK was received for them.
$power
in file Config.php, variable Net_Wifi_Config::$power
    Power setting of the interface.
$protocol
in file Cell.php, variable Net_Wifi_Cell::$protocol
    The protocol version used.
$protocol
in file Config.php, variable Net_Wifi_Config::$protocol
    Protocol version which is used for connection.
parseCurrentConfig
in file Wifi.php, method Net_Wifi::parseCurrentConfig()
    Parses the iwconfig output to collect the current config information.
parseScan
in file Wifi.php, method Net_Wifi::parseScan()
    Parses the output of iwlist and returns the recognized cells.
top

r

$rate
in file Cell.php, variable Net_Wifi_Cell::$rate
    Bit rate which is used (when connected).
$rate
in file Config.php, variable Net_Wifi_Config::$rate
    The bit rate of the connection.
$rates
in file Cell.php, variable Net_Wifi_Cell::$rates
    Array of supported bit rates.
$REG_ACCESS_POINT
in file Wifi.php, variable Net_Wifi::$REG_ACCESS_POINT
$REG_AUTH_SUITES
in file Wifi.php, variable Net_Wifi::$REG_AUTH_SUITES
$REG_BIT_RATE
in file Wifi.php, variable Net_Wifi::$REG_BIT_RATE
$REG_ESSID
in file Wifi.php, variable Net_Wifi::$REG_ESSID
$REG_GROUP_CIPHER
in file Wifi.php, variable Net_Wifi::$REG_GROUP_CIPHER
$REG_INVALID_MISC
in file Wifi.php, variable Net_Wifi::$REG_INVALID_MISC
$REG_MISSED_BEACON
in file Wifi.php, variable Net_Wifi::$REG_MISSED_BEACON
$REG_NICKNAME
in file Wifi.php, variable Net_Wifi::$REG_NICKNAME
$REG_NOISE_LEVEL
in file Wifi.php, variable Net_Wifi::$REG_NOISE_LEVEL
$REG_PAIRWISE_CIPHERS
in file Wifi.php, variable Net_Wifi::$REG_PAIRWISE_CIPHERS
$REG_POWER
in file Wifi.php, variable Net_Wifi::$REG_POWER
$REG_PROTOCOL_1
in file Wifi.php, variable Net_Wifi::$REG_PROTOCOL_1
$REG_PROTOCOL_2
in file Wifi.php, variable Net_Wifi::$REG_PROTOCOL_2
$REG_RATES
in file Wifi.php, variable Net_Wifi::$REG_RATES
$REG_RX_INVALID_CRYPT
in file Wifi.php, variable Net_Wifi::$REG_RX_INVALID_CRYPT
$REG_RX_INVALID_FRAG
in file Wifi.php, variable Net_Wifi::$REG_RX_INVALID_FRAG
$REG_RX_INVALID_NWID
in file Wifi.php, variable Net_Wifi::$REG_RX_INVALID_NWID
$REG_SIGNAL_LEVEL
in file Wifi.php, variable Net_Wifi::$REG_SIGNAL_LEVEL
$REG_TX_EXCESSIVE_RETRIES
in file Wifi.php, variable Net_Wifi::$REG_TX_EXCESSIVE_RETRIES
$REG_WPA2_IE_STRING
in file Wifi.php, variable Net_Wifi::$REG_WPA2_IE_STRING
$REG_WPA_IE_STRING
in file Wifi.php, variable Net_Wifi::$REG_WPA_IE_STRING
$rssi
in file Cell.php, variable Net_Wifi_Cell::$rssi
    Signal strength.
$rssi
in file Config.php, variable Net_Wifi_Config::$rssi
    Signal strength in dBm.
top

s

$ssid
in file Config.php, variable Net_Wifi_Config::$ssid
    "Service Set IDentifier" of the cell which identifies current network.
$ssid
in file Cell.php, variable Net_Wifi_Cell::$ssid
    "Service Set IDentifier" of the cell which identifies the network.
scan
in file Wifi.php, method Net_Wifi::scan()
    Scans for access points / ad hoc cells and returns them.
setPathIwconfig
in file Wifi.php, method Net_Wifi::setPathIwconfig()
    Set the path to iwconfig.
setPathIwlist
in file Wifi.php, method Net_Wifi::setPathIwlist()
    Returns the set path to iwlist.
setPathProcWireless
in file Wifi.php, method Net_Wifi::setPathProcWireless()
    Set the path to /proc/net/wireless.
top

u

$unknowns
in file Wifi.php, variable Net_Wifi::$unknowns
    How to handle unknown lines in iwconfig output
  • 'echo': Echo to stderr
  • $object: Log to object with debug priority.
top

w

Wifi_usage.php
procedural page Wifi_usage.php
Wifi.php
procedural page Wifi.php
top

Documentation generated on Mon, 11 Mar 2019 15:53:50 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.