Source for file Cell.php
Documentation is available at Cell.php
* Cell information from a wifi scan.
* @author Christian Weiske <cweiske@php.net>
* The current cell number.
* MAC address of the cell (access point or ad-hoc station).
* example: 00:40:05:28:EB:45
* "Service Set IDentifier" of the cell which identifies the network.
* Max. 32 alphanumeric characters
* example: "My Network" (without quotes)
* can be "master" or "ad-hoc" (without quotes)
* Channel number used for communication.
* number from 1 to 12 or so
* The protocol version used.
* Bit rate which is used (when connected).
* Array of supported bit rates.
* The time since the last beacon (time sync) frame has been sent, in ms.
Documentation generated on Mon, 11 Mar 2019 14:48:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|