MCPcopy
hub / github.com/geekcomputers/Python / getifaces

Function getifaces

wifi hack by brutefore.py:78–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77
78def getifaces():
79 wifi = pywifi.PyWiFi() # crawled network interface cards
80 ifaces = wifi.interfaces()[0] # Get the card
81 ifaces.disconnect() # disconnect unlimited card connection
82 return ifaces
83
84
85def testwifi(ifaces, ssidname, password):

Callers 1

beginworkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected