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.


Class wiphy

wiphy:list ()
Lists the wireless PHYs (wiphys) known to the kernel.

Returns:

    table list of {wiphy, name} tables.
wiphy:new ([o])
Creates a new wiphy object.

Parameters:

  • o table an initial object table. (optional)

Returns:

    wiphy the new wiphy object.

See also:

generated by LDoc 1.5.0 Last updated 2026-09-05 12:27:44