Home » Networking » Net_Wifi
Scans for wireless networks
This package is unmaintained.
Download latest release 1.3.0 (archived versions might be outdated)
License: LGPL
Description
Net_Wifi utilizes the command line tools
"iwconfig" and "iwlist" to get information
about wireless lan interfaces on the system and the current configuration.
The class enables you to scan for wireless networks
and get a bunch of information about them.
Documentation
Maintainers
- Christian Weiske (cweiske) — lead, active
Dependencies
Required
- PHP (>= 5.4.0)
- PEAR Installer (>= 1.10.1)
Releases
- 1.3.0 (stable, 2017-03-08)
Release notes
License: LGPL
- Add PHP5 constructor
- Add PHP7 compatibility
- Use iwconfig before /proc/net/wireless - 1.2.0 (stable, 2013-06-19)
Release notes
License: LGPL
Add Wi-FI WPA and WPA2 detection with Group Cipher, Pairwise Ciphers
and Authentication Suites. - 1.1.0 (stable, 2009-10-20)
Release notes
License: LGPL
- Fix bug #16677: unknown information should be output to stderr or via Log package
- 1.0.0 (stable, 2007-06-19)
Release notes
License: LGPL
- Mark stable
- Add support for noise level
- Fixing bug #11343: fix preg_match for rssi value/signal strength
- Fix protocol detection when no IEEE is given
- BC break: IEEE not shown anymore in protocol version
- Implement Feature #11358: more info could be parsed from the iwconfig and made available to php code. [kguest]
- Switch to LGPL license
- PHPUnit3 + AllTests.php for better automatic testing - 0.2.0 (beta, 2006-10-27)
Release notes
License: PHP License
- Fix bug in setting iwlist path
- Check /sbin/, not only /usr/sbin/ for iwconfig and iwlist
- Add support for changed output in latest iwconfig/iwlist - 0.1.0 (beta, 2005-07-13)
Release notes
License: PHP License
Initial release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #6466 | Closed | Req | 2006-01-11 | Net_Wifi constructor | |
| #6467 | Wont fix | Req | 2006-01-11 | new method | |
| #11343 | Closed | Bug | CVS | 2007-06-17 | fix preg_match for rssi value/signal strength |
| #11358 | Closed | Req | CVS | 2007-06-18 | more info could be parsed from the iwconfig and made available to php code. |
| #12274 | Closed | Bug | CVS | 2007-10-18 | Coding Standards check: 4 ERROR(S) AND 8 WARNING(S) |
| #14798 | Closed | Req | CVS | 2008-10-15 | Improve PHPCS results |
| #16677 | Closed | Bug | 1.0.0 | 2009-10-04 | unknown information should be output to stderr or via Log package |