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

Class: Net_Wifi_Cell

Source Location: /Net_Wifi-1.2.0/Net/Wifi/Cell.php

Class Overview


Cell information from a wifi scan.


Author(s):

Variables


Inherited Variables

Inherited Methods


Class Details

[line 24]
Cell information from a wifi scan.


[ Top ]


Class Variables

$beacon =  null

[line 106]

The time since the last beacon (time sync) frame has been sent, in ms.

Type:   int


[ Top ]

$cell =  null

[line 31]

The current cell number.

Has nothing to say.


Type:   int


[ Top ]

$channel =  null

[line 60]

Channel number used for communication.

number from 1 to 12 or so


Type:   int


[ Top ]

$encryption =  null

[line 66]

If encryption is used.

Type:   boolean


[ Top ]

$frequency =  null

[line 73]

Channel frequency.

example: 2.412GHz


Type:   string


[ Top ]

$mac =  null

[line 38]

MAC address of the cell (access point or ad-hoc station).

example: 00:40:05:28:EB:45


Type:   string


[ Top ]

$mode =  null

[line 53]

Network type.

can be "master" or "ad-hoc" (without quotes)


Type:   string


[ Top ]

$protocol =  null

[line 80]

The protocol version used.

example: IEEE 802.11b


Type:   string


[ Top ]

$rate =  null

[line 87]

Bit rate which is used (when connected).

May be set when not connected!


Type:   float


[ Top ]

$rates = array()

[line 93]

Array of supported bit rates.

Type:   array(float)


[ Top ]

$rssi =  null

[line 100]

Signal strength.

example: -59


Type:   int


[ Top ]

$ssid =  null

[line 46]

"Service Set IDentifier" of the cell which identifies the network.

Max. 32 alphanumeric characters example: "My Network" (without quotes)


Type:   string


[ Top ]



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