Module netlink.nl80211.wiphy
Wireless PHY (wiphy) listing.
An nl80211 object over the "nl80211"
generic netlink family: create an instance with netlink.nl80211.wiphy()
and list the radios; the underlying socket is closed by close() (or the
to-be-closed __close). All methods block and require a sleepable runtime.
See also:
Class wiphy
| wiphy:list () | Lists the wireless PHYs (wiphys) known to the kernel. |
| wiphy:new ([o]) | Creates a new wiphy object. |