munkireport/wifi 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

munkireport/wifi

最新稳定版本:v3.15

Composer 安装命令:

composer require munkireport/wifi

包简介

Module for munkireport.

README 文档

README

Provides connected WiFi network information gathered by /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I and various AirPort preferences

Client Preferences

It is possible to enable the collection of known networks on clients using the preference domain MunkiReport with boolean key wifi_known_networks_enabled set to true. Alternatively, you can run sudo defaults write /Library/Preferences/MunkiReport.plist wifi_known_networks_enabled -bool true on the client.

Remarks

  • 'init' state indicates that WiFi is on, but not connected to any networks

Table Schema

  • agrctlrssi (integer) Aggregate RSSI (decibels)
  • agrextrssi (integer) Aggregate external RSSI (decibels)
  • agrctlnoise (integer) Aggregate noise (decibels)
  • agrextnoise (integer) Aggregate external noise (decibels)
  • state (string) WiFi state (running, init, off)
  • op_mode (string) Access point mode
  • lasttxrate (integer) Last transmit rate (Mbps)
  • lastassocstatus (string) Last association status
  • maxrate (integer) Maximum supported transmit rate (Mbps)
  • x802_11_auth (string) Type of authentication
  • link_auth (string) Link authentication type
  • bssid (string) Access point's BSSID
  • ssid (string) SSID or name of the connected wireless network
  • mcs (string) Modulation and Coding Scheme
  • channel (string) Channel of wireless network
  • snr (integer) Signal to noise ratio
  • known_networks (medium text) JSON string detailing known wireless networks

统计信息

  • 总下载量: 11.21k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-04