Socket
Socket
Sign inDemoInstall

wifi-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wifi-utils

Command line utilities for accessing wifi information on Ubuntu distros written in Bash


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
3.92 kB
Created
Weekly downloads
 

Readme

Source

wifi-utils

WiFi Command Line Utilities for Ubuntu Distros

Install

$ npm install --global https://github.com/bencevans/wifi-utils.git

Usage

  • wifi-ssid
  • wifi-password
  • wifi-ifconfig
  • wifi-ip

wifi-ssid

With WiFi Connected

$ wifi-ssid
mycurrentwirelessssid

With WiFi Disconnected (Exit Code=1)

$ wifi-ssid
No Active WiFi Network

wifi-password

With WiFi Connected

$ wifi-password
likeimputtingthatinareadme

With WiFi Disconnected (Exit Code=1)

$ wifi-password
No Active WiFi Network

wifi-ifconfig

With WiFi Connected - Ouputs ifconfig for found WiFi device

$ wifi-ifconfig
wlp58s0   Link encap:Ethernet  HWaddr 30:52:cb:e7:a4:c5
          inet addr:192.168.1.20  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::3252:cbff:fee7:a4c5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:381464 errors:0 dropped:19 overruns:0 frame:0
          TX packets:290123 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:346635228 (346.6 MB)  TX bytes:34510702 (34.5 MB)

With WiFi Disconnected (Exit Code=1)

$ wifi-ifconfig
No Active WiFi Network

wifi-ip

With WiFi Connected

$ wifi-ip
192.168.1.20

With WiFi Disconnected (Exit Code=1)

$ wifi-ip
No Active WiFi Network

Licence

ISC

Keywords

FAQs

Last updated on 28 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc