Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EventEmitter
    • Nl80211Socket

Index

Constructors

Properties

Methods

  • getInterfaces(): Promise<Map<bigint, Message>>
  • getPhys(): Promise<Map<number, Message>>
  • newInterface(wiphy: undefined | number, ifname: undefined | string, iftype: undefined | InterfaceType | "UNSPECIFIED" | "ADHOC" | "STATION" | "AP" | "AP_VLAN" | "WDS" | "MONITOR" | "MESH_POINT" | "P2P_CLIENT" | "P2P_GO" | "P2P_DEVICE" | "OCB" | "NAN", attrs?: Message, options?: Nl80211SendOptions & RequestOptions): Promise<Message & { ifindex: undefined | number }>
  • Parameters

    • wiphy: undefined | number
    • ifname: undefined | string
    • iftype: undefined | InterfaceType | "UNSPECIFIED" | "ADHOC" | "STATION" | "AP" | "AP_VLAN" | "WDS" | "MONITOR" | "MESH_POINT" | "P2P_CLIENT" | "P2P_GO" | "P2P_DEVICE" | "OCB" | "NAN"
    • Optional attrs: Message
    • Optional options: Nl80211SendOptions & RequestOptions

    Returns Promise<Message & { ifindex: undefined | number }>

Generated using TypeDoc