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

Class: Net_Wifi_Config

Source Location: /Net_Wifi-0.1.0/Wifi.php

Class Overview


Configuration settings of a wifi network interface


Variables


Inherited Variables

Inherited Methods


Class Details

[line 574]
Configuration settings of a wifi network interface


[ Top ]


Class Variables

$activated =  true

[line 584]

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 596]

MAC address of the associated access point.

Type:   string


[ Top ]

$associated =  false

[line 590]

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

Type:   boolean


[ Top ]

$mode =  null

[line 611]

Network type.

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


Type:   string


[ Top ]

$nick =  null

[line 618]

The nickname which the interface (computer) uses.

Something like a computer name


Type:   string


[ Top ]

$power =  null

[line 630]

Power setting of the interface.

Type:   int


[ Top ]

$protocol =  null

[line 637]

Protocol version which is used for connection.

example: "IEEE 802.11g" without quotes


Type:   string


[ Top ]

$rate =  null

[line 624]

The bit rate of the connection.

Type:   float


[ Top ]

$rssi =  null

[line 644]

Signal strength.

example: -59


Type:   int


[ Top ]

$ssid =  null

[line 604]

"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:18:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.