Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InterfaceType

(virtual) interface types

These values are used with the %NL80211_ATTR_IFTYPE to set the type of an interface.

/

Index

Enumeration members

ADHOC = 1

independent BSS member

AP = 3

access point

AP_VLAN = 4

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.

MESH_POINT = 7

mesh point

MONITOR = 6

monitor interface receiving all frames

NAN = 12

NAN device interface type (not a netdev)

OCB = 11

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

P2P_CLIENT = 8

P2P client

P2P_DEVICE = 10

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

P2P_GO = 9

P2P group owner

STATION = 2

managed BSS member

UNSPECIFIED = 0

unspecified type, driver decides

WDS = 5

wireless distribution interface

Generated using TypeDoc