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

Class: Net_Wifi_Config

Source Location: /Net_Wifi-0.2.0/Net/Wifi/Config.php

Class Overview


Configuration settings of a wifi network interface.


Author(s):

Variables


Inherited Variables

Inherited Methods


Class Details

[line 8]
Configuration settings of a wifi network interface.


[ Top ]


Class Variables

$activated =  true

[line 18]

If the interface is activated.

Some notebooks have a button which deactivates wifi, this is recognized here. Note that this setting can't be read by all drivers, and so it's "true" if it can't be determined. You can be sure that it's deactivated if this setting is false, but not that it's activated if it's true


Type:   boolean


[ Top ]

$ap =  null

[line 30]

MAC address of the associated access point.

Type:   string


[ Top ]

$associated =  false

[line 24]

If the interface is connected to an access point or an ad-hoc network.

Type:   boolean


[ Top ]

$mode =  null

[line 45]

Network type.

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


Type:   string


[ Top ]

$nick =  null

[line 52]

The nickname which the interface (computer) uses.

Something like a computer name


Type:   string


[ Top ]

$power =  null

[line 64]

Power setting of the interface.

Type:   int


[ Top ]

$protocol =  null

[line 71]

Protocol version which is used for connection.

example: "IEEE 802.11g" without quotes


Type:   string


[ Top ]

$rate =  null

[line 58]

The bit rate of the connection.

Type:   float


[ Top ]

$rssi =  null

[line 78]

Signal strength.

example: -59


Type:   int


[ Top ]

$ssid =  null

[line 38]

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

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


Type:   string


[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:48:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.