Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InterfaceTypeSet

Set of flags from InterfaceType bits

Hierarchy

Index

Properties

__unparsed?: [number, Buffer][]
adhoc?: true

independent BSS member

ap?: true

access point

apVlan?: true

VLAN interface for access points; VLAN interfaces are a bit special in that they must always be tied to a pre-existing AP type interface.

meshPoint?: true

mesh point

monitor?: true

monitor interface receiving all frames

nan?: true

NAN device interface type (not a netdev)

ocb?: true

Outside Context of a BSS This mode corresponds to the MIB variable dot11OCBActivated=true

p2pClient?: true

P2P client

p2pDevice?: true

P2P device interface type, this is not a netdev and therefore can't be created in the normal ways, use the %NL80211_CMD_START_P2P_DEVICE and %NL80211_CMD_STOP_P2P_DEVICE commands to create and destroy one

p2pGo?: true

P2P group owner

station?: true

managed BSS member

unspecified?: true

unspecified type, driver decides

wds?: true

wireless distribution interface

Generated using TypeDoc