Source for file Config.php
Documentation is available at Config.php
* Configuration settings of a wifi network interface.
* @author Christian Weiske <cweiske@php.net>
* 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
* If the interface is connected to an access point or an ad-hoc network.
* MAC address of the associated access point.
* "Service Set IDentifier" of the cell which identifies current network.
* Max. 32 alphanumeric characters
* example: "My Network" (without quotes)
* Can be "master" or "ad-hoc" (without quotes)
* The nickname which the interface (computer) uses.
* Something like a computer name
* The bit rate of the connection.
* Power setting of the interface.
* Protocol version which is used for connection.
* example: "IEEE 802.11g" without quotes
Documentation generated on Mon, 11 Mar 2019 14:48:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|