Logo

The Linux Kernel

7.3.0-rc1

Quick search

Contents

Working with the development community

  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs

Internal API manuals

  • Core API
  • Driver APIs
  • Subsystems
    • Core subsystems
    • Human interfaces
    • Networking interfaces
      • Networking
      • NetLabel
      • InfiniBand
      • MHI
    • Storage interfaces
    • Other subsystems
  • Locking

Development tools and processes

  • Licensing rules
  • Writing documentation
  • Development tools
  • Testing guide
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust

User-oriented documentation

  • Administration
  • Build system
  • Reporting issues
  • Userspace tools
  • Userspace API

Firmware-related documentation

  • Firmware
  • Firmware and Devicetree

Architecture-specific documentation

  • CPU architectures

Other documentation

  • Unsorted documentation

Translations

  • Translations

This Page

  • Show Source

Family nl80211 netlink specificationΒΆ

Contents

  • Family nl80211 netlink specification

    • Summary

    • Operations

      • get-wiphy

      • get-interface

      • get-protocol-features

    • Multicast groups

    • Definitions

      • commands

      • feature-flags

      • channel-type

      • sta-flag-update

      • protocol-features

    • Attribute sets

      • nl80211-attrs

      • frame-type-attrs

      • wiphy-bands

      • band-attrs

      • bitrate-attrs

      • frequency-attrs

      • if-combination-attributes

      • iface-limit-attributes

      • iftype-data-attrs

      • iftype-attrs

      • sar-attributes

      • sar-specs

      • supported-iftypes

      • txq-stats-attrs

      • wmm-attrs

      • wowlan-triggers-attrs

SummaryΒΆ

Netlink API for 802.11 wireless devices

OperationsΒΆ

get-wiphyΒΆ

Get information about a wiphy or dump a list of all wiphys. Requests to dump get-wiphy should unconditionally include the split-wiphy-dump flag in the request.

attribute-set:

nl80211-attrs

do:
request
attributes:

[wiphy, wdev, ifindex]

reply
attributes:

[bands, cipher-suites, control-port-ethertype, ext-capa, ext-capa-mask, ext-features, feature-flags, generation, ht-capability-mask, interface-combinations, mac, max-csa-counters, max-match-sets, max-num-akm-suites, max-num-pmkids, max-num-scan-ssids, max-num-sched-scan-plans, max-num-sched-scan-ssids, max-remain-on-channel-duration, max-scan-ie-len, max-scan-plan-interval, max-scan-plan-iterations, max-sched-scan-ie-len, offchannel-tx-ok, rx-frame-types, sar-spec, sched-scan-max-reqs, software-iftypes, support-ap-uapsd, supported-commands, supported-iftypes, tdls-external-setup, tdls-support, tx-frame-types, txq-limit, txq-memory-limit, txq-quantum, txq-stats, vht-capability-mask, wiphy, wiphy-antenna-avail-rx, wiphy-antenna-avail-tx, wiphy-antenna-rx, wiphy-antenna-tx, wiphy-bands, wiphy-coverage-class, wiphy-frag-threshold, wiphy-name, wiphy-retry-long, wiphy-retry-short, wiphy-rts-threshold, wowlan-triggers-supported]

dump:
request
attributes:

[wiphy, wdev, ifindex, split-wiphy-dump]

reply
attributes:

[bands, cipher-suites, control-port-ethertype, ext-capa, ext-capa-mask, ext-features, feature-flags, generation, ht-capability-mask, interface-combinations, mac, max-csa-counters, max-match-sets, max-num-akm-suites, max-num-pmkids, max-num-scan-ssids, max-num-sched-scan-plans, max-num-sched-scan-ssids, max-remain-on-channel-duration, max-scan-ie-len, max-scan-plan-interval, max-scan-plan-iterations, max-sched-scan-ie-len, offchannel-tx-ok, rx-frame-types, sar-spec, sched-scan-max-reqs, software-iftypes, support-ap-uapsd, supported-commands, supported-iftypes, tdls-external-setup, tdls-support, tx-frame-types, txq-limit, txq-memory-limit, txq-quantum, txq-stats, vht-capability-mask, wiphy, wiphy-antenna-avail-rx, wiphy-antenna-avail-tx, wiphy-antenna-rx, wiphy-antenna-tx, wiphy-bands, wiphy-coverage-class, wiphy-frag-threshold, wiphy-name, wiphy-retry-long, wiphy-retry-short, wiphy-rts-threshold, wowlan-triggers-supported]

get-interfaceΒΆ

Get information about an interface or dump a list of all interfaces

attribute-set:

nl80211-attrs

do:
request
attributes:

[ifname]

reply
attributes:

[ifname, iftype, ifindex, wiphy, wdev, mac, generation, txq-stats, 4addr]

dump:
request
attributes:

[ifname]

reply
attributes:

[ifname, iftype, ifindex, wiphy, wdev, mac, generation, txq-stats, 4addr]

get-protocol-featuresΒΆ

Get information about supported protocol features

attribute-set:

nl80211-attrs

do:
request
attributes:

[protocol-features]

reply
attributes:

[protocol-features]

Multicast groupsΒΆ

  • config

  • scan

  • regulatory

  • mlme

  • vendor

  • nan

  • testmode

DefinitionsΒΆ

commandsΒΆ

type:

enum

entries:
  • unspec

  • get-wiphy

  • set-wiphy

  • new-wiphy

  • del-wiphy

  • get-interface

  • set-interface

  • new-interface

  • del-interface

  • get-key

  • set-key

  • new-key

  • del-key

  • get-beacon

  • set-beacon

  • new-beacon

  • del-beacon

  • get-station

  • set-station

  • new-station

  • del-station

  • get-mpath

  • set-mpath

  • new-mpath

  • del-mpath

  • set-bss

  • set-reg

  • req-set-reg

  • get-mesh-config

  • set-mesh-config

  • set-mgmt-extra-ie

  • get-reg

  • get-scan

  • trigger-scan

  • new-scan-results

  • scan-aborted

  • reg-change

  • authenticate

  • associate

  • deauthenticate

  • disassociate

  • michael-mic-failure

  • reg-beacon-hint

  • join-ibss

  • leave-ibss

  • testmode

  • connect

  • roam

  • disconnect

  • set-wiphy-netns

  • get-survey

  • new-survey-results

  • set-pmksa

  • del-pmksa

  • flush-pmksa

  • remain-on-channel

  • cancel-remain-on-channel

  • set-tx-bitrate-mask

  • register-action

  • action

  • action-tx-status

  • set-power-save

  • get-power-save

  • set-cqm

  • notify-cqm

  • set-channel

  • set-wds-peer

  • frame-wait-cancel

  • join-mesh

  • leave-mesh

  • unprot-deauthenticate

  • unprot-disassociate

  • new-peer-candidate

  • get-wowlan

  • set-wowlan

  • start-sched-scan

  • stop-sched-scan

  • sched-scan-results

  • sched-scan-stopped

  • set-rekey-offload

  • pmksa-candidate

  • tdls-oper

  • tdls-mgmt

  • unexpected-frame

  • probe-client

  • register-beacons

  • unexpected-4-addr-frame

  • set-noack-map

  • ch-switch-notify

  • start-p2p-device

  • stop-p2p-device

  • conn-failed

  • set-mcast-rate

  • set-mac-acl

  • radar-detect

  • get-protocol-features

  • update-ft-ies

  • ft-event

  • crit-protocol-start

  • crit-protocol-stop

  • get-coalesce

  • set-coalesce

  • channel-switch

  • vendor

  • set-qos-map

  • add-tx-ts

  • del-tx-ts

  • get-mpp

  • join-ocb

  • leave-ocb

  • ch-switch-started-notify

  • tdls-channel-switch

  • tdls-cancel-channel-switch

  • wiphy-reg-change

  • abort-scan

  • start-nan

  • stop-nan

  • add-nan-function

  • del-nan-function

  • change-nan-config

  • nan-match

  • set-multicast-to-unicast

  • update-connect-params

  • set-pmk

  • del-pmk

  • port-authorized

  • reload-regdb

  • external-auth

  • sta-opmode-changed

  • control-port-frame

  • get-ftm-responder-stats

  • peer-measurement-start

  • peer-measurement-result

  • peer-measurement-complete

  • notify-radar

  • update-owe-info

  • probe-mesh-link

  • set-tid-config

  • unprot-beacon

  • control-port-frame-tx-status

  • set-sar-specs

  • obss-color-collision

  • color-change-request

  • color-change-started

  • color-change-aborted

  • color-change-completed

  • set-fils-aad

  • assoc-comeback

  • add-link

  • remove-link

  • add-link-sta

  • modify-link-sta

  • remove-link-sta

  • set-hw-timestamp

  • links-removed

  • set-tid-to-link-mapping

feature-flagsΒΆ

type:

flags

entries:
  • sk-tx-status

  • ht-ibss

  • inactivity-timer

  • cell-base-reg-hints

  • p2p-device-needs-channel

  • sae

  • low-priority-scan

  • scan-flush

  • ap-scan

  • vif-txpower

  • need-obss-scan

  • p2p-go-ctwin

  • p2p-go-oppps

  • reserved

  • advertise-chan-limits

  • full-ap-client-state

  • userspace-mpm

  • active-monitor

  • ap-mode-chan-width-change

  • ds-param-set-ie-in-probes

  • wfa-tpc-ie-in-probes

  • quiet

  • tx-power-insertion

  • ackto-estimation

  • static-smps

  • dynamic-smps

  • supports-wmm-admission

  • mac-on-create

  • tdls-channel-switch

  • scan-random-mac-addr

  • sched-scan-random-mac-addr

  • no-random-mac-addr

channel-typeΒΆ

type:

enum

entries:
  • no-ht

  • ht20

  • ht40minus

  • ht40plus

sta-flag-updateΒΆ

type:

struct

members:
mask (u32):

set (u32):

protocol-featuresΒΆ

type:

flags

entries:
  • split-wiphy-dump

Attribute setsΒΆ

nl80211-attrsΒΆ

wiphy (u32)ΒΆ

wiphy-name (string)ΒΆ

ifindex (u32)ΒΆ

ifname (string)ΒΆ

iftype (u32)ΒΆ

mac (binary)ΒΆ

display-hint:

mac

key-data (binary)ΒΆ

key-idx (u8)ΒΆ

key-cipher (u32)ΒΆ

key-seq (binary)ΒΆ

key-default (flag)ΒΆ

beacon-interval (u32)ΒΆ

dtim-period (u32)ΒΆ

beacon-head (binary)ΒΆ

beacon-tail (binary)ΒΆ

sta-aid (u16)ΒΆ

sta-flags (binary)ΒΆ

sta-listen-interval (u16)ΒΆ

sta-supported-rates (binary)ΒΆ

sta-vlan (u32)ΒΆ

sta-info (binary)ΒΆ

wiphy-bands (nest)ΒΆ

nested-attributes:

wiphy-bands

mntr-flags (binary)ΒΆ

mesh-id (binary)ΒΆ

sta-plink-action (u8)ΒΆ

mpath-next-hop (binary)ΒΆ

display-hint:

mac

mpath-info (binary)ΒΆ

bss-cts-prot (u8)ΒΆ

bss-short-preamble (u8)ΒΆ

bss-short-slot-time (u8)ΒΆ

ht-capability (binary)ΒΆ

supported-iftypes (nest)ΒΆ

nested-attributes:

supported-iftypes

reg-alpha2 (binary)ΒΆ

reg-rules (binary)ΒΆ

mesh-config (binary)ΒΆ

bss-basic-rates (binary)ΒΆ

wiphy-txq-params (binary)ΒΆ

wiphy-freq (u32)ΒΆ

wiphy-channel-type (u32)ΒΆ

enum:

channel-type

key-default-mgmt (flag)ΒΆ

mgmt-subtype (u8)ΒΆ

ie (binary)ΒΆ

max-num-scan-ssids (u8)ΒΆ

scan-frequencies (binary)ΒΆ

scan-ssids (binary)ΒΆ

generation (u32)ΒΆ

bss (binary)ΒΆ

reg-initiator (u8)ΒΆ

reg-type (u8)ΒΆ

supported-commands (indexed-array)ΒΆ

sub-type:

u32

enum:

commands

frame (binary)ΒΆ

ssid (binary)ΒΆ

auth-type (u32)ΒΆ

reason-code (u16)ΒΆ

key-type (u32)ΒΆ

max-scan-ie-len (u16)ΒΆ

cipher-suites (binary)ΒΆ

sub-type:

u32

display-hint:

hex

freq-before (binary)ΒΆ

freq-after (binary)ΒΆ

freq-fixed (flag)ΒΆ

wiphy-retry-short (u8)ΒΆ

wiphy-retry-long (u8)ΒΆ

wiphy-frag-threshold (u32)ΒΆ

wiphy-rts-threshold (u32)ΒΆ

timed-out (flag)ΒΆ

use-mfp (u32)ΒΆ

sta-flags2 (binary)ΒΆ

struct:

sta-flag-update

control-port (flag)ΒΆ

testdata (binary)ΒΆ

privacy (flag)ΒΆ

disconnected-by-ap (flag)ΒΆ

status-code (u16)ΒΆ

cipher-suites-pairwise (binary)ΒΆ

cipher-suite-group (u32)ΒΆ

wpa-versions (u32)ΒΆ

akm-suites (binary)ΒΆ

req-ie (binary)ΒΆ

resp-ie (binary)ΒΆ

prev-bssid (binary)ΒΆ

key (binary)ΒΆ

keys (binary)ΒΆ

pid (u32)ΒΆ

4addr (u8)ΒΆ

survey-info (binary)ΒΆ

pmkid (binary)ΒΆ

max-num-pmkids (u8)ΒΆ

duration (u32)ΒΆ

cookie (u64)ΒΆ

wiphy-coverage-class (u8)ΒΆ

tx-rates (binary)ΒΆ

frame-match (binary)ΒΆ

ack (flag)ΒΆ

ps-state (u32)ΒΆ

cqm (binary)ΒΆ

local-state-change (flag)ΒΆ

ap-isolate (u8)ΒΆ

wiphy-tx-power-setting (u32)ΒΆ

wiphy-tx-power-level (u32)ΒΆ

tx-frame-types (nest)ΒΆ

nested-attributes:

iftype-attrs

rx-frame-types (nest)ΒΆ

nested-attributes:

iftype-attrs

frame-type (u16)ΒΆ

control-port-ethertype (flag)ΒΆ

control-port-no-encrypt (flag)ΒΆ

support-ibss-rsn (flag)ΒΆ

wiphy-antenna-tx (u32)ΒΆ

wiphy-antenna-rx (u32)ΒΆ

mcast-rate (u32)ΒΆ

offchannel-tx-ok (flag)ΒΆ

bss-ht-opmode (u16)ΒΆ

key-default-types (binary)ΒΆ

max-remain-on-channel-duration (u32)ΒΆ

mesh-setup (binary)ΒΆ

wiphy-antenna-avail-tx (u32)ΒΆ

wiphy-antenna-avail-rx (u32)ΒΆ

support-mesh-auth (flag)ΒΆ

sta-plink-state (u8)ΒΆ

wowlan-triggers (binary)ΒΆ

wowlan-triggers-supported (nest)ΒΆ

nested-attributes:

wowlan-triggers-attrs

sched-scan-interval (u32)ΒΆ

interface-combinations (indexed-array)ΒΆ

sub-type:

nest

nested-attributes:

if-combination-attributes

software-iftypes (nest)ΒΆ

nested-attributes:

supported-iftypes

rekey-data (binary)ΒΆ

max-num-sched-scan-ssids (u8)ΒΆ

max-sched-scan-ie-len (u16)ΒΆ

scan-supp-rates (binary)ΒΆ

hidden-ssid (u32)ΒΆ

ie-probe-resp (binary)ΒΆ

ie-assoc-resp (binary)ΒΆ

sta-wme (binary)ΒΆ

support-ap-uapsd (flag)ΒΆ

roam-support (flag)ΒΆ

sched-scan-match (binary)ΒΆ

max-match-sets (u8)ΒΆ

pmksa-candidate (binary)ΒΆ

tx-no-cck-rate (flag)ΒΆ

tdls-action (u8)ΒΆ

tdls-dialog-token (u8)ΒΆ

tdls-operation (u8)ΒΆ

tdls-support (flag)ΒΆ

tdls-external-setup (flag)ΒΆ

device-ap-sme (u32)ΒΆ

dont-wait-for-ack (flag)ΒΆ

feature-flags (u32)ΒΆ

enum:

feature-flags

enum-as-flags:

True

probe-resp-offload (u32)ΒΆ

probe-resp (binary)ΒΆ

dfs-region (u8)ΒΆ

disable-ht (flag)ΒΆ

ht-capability-mask (binary)ΒΆ

noack-map (u16)ΒΆ

inactivity-timeout (u16)ΒΆ

rx-signal-dbm (u32)ΒΆ

bg-scan-period (u16)ΒΆ

wdev (u64)ΒΆ

user-reg-hint-type (u32)ΒΆ

conn-failed-reason (u32)ΒΆ

auth-data (binary)ΒΆ

vht-capability (binary)ΒΆ

scan-flags (u32)ΒΆ

channel-width (u32)ΒΆ

center-freq1 (u32)ΒΆ

center-freq2 (u32)ΒΆ

p2p-ctwindow (u8)ΒΆ

p2p-oppps (u8)ΒΆ

local-mesh-power-mode (u32)ΒΆ

acl-policy (u32)ΒΆ

mac-addrs (binary)ΒΆ

mac-acl-max (u32)ΒΆ

radar-event (u32)ΒΆ

ext-capa (binary)ΒΆ

ext-capa-mask (binary)ΒΆ

sta-capability (u16)ΒΆ

sta-ext-capability (binary)ΒΆ

protocol-features (u32)ΒΆ

enum:

protocol-features

split-wiphy-dump (flag)ΒΆ

disable-vht (flag)ΒΆ

vht-capability-mask (binary)ΒΆ

mdid (u16)ΒΆ

ie-ric (binary)ΒΆ

crit-prot-id (u16)ΒΆ

max-crit-prot-duration (u16)ΒΆ

peer-aid (u16)ΒΆ

coalesce-rule (binary)ΒΆ

ch-switch-count (u32)ΒΆ

ch-switch-block-tx (flag)ΒΆ

csa-ies (binary)ΒΆ

cntdwn-offs-beacon (binary)ΒΆ

cntdwn-offs-presp (binary)ΒΆ

rxmgmt-flags (binary)ΒΆ

sta-supported-channels (binary)ΒΆ

sta-supported-oper-classes (binary)ΒΆ

handle-dfs (flag)ΒΆ

support-5-mhz (flag)ΒΆ

support-10-mhz (flag)ΒΆ

opmode-notif (u8)ΒΆ

vendor-id (u32)ΒΆ

vendor-subcmd (u32)ΒΆ

vendor-data (binary)ΒΆ

vendor-events (binary)ΒΆ

qos-map (binary)ΒΆ

mac-hint (binary)ΒΆ

display-hint:

mac

wiphy-freq-hint (u32)ΒΆ

max-ap-assoc-sta (u32)ΒΆ

tdls-peer-capability (u32)ΒΆ

socket-owner (flag)ΒΆ

csa-c-offsets-tx (binary)ΒΆ

max-csa-counters (u8)ΒΆ

tdls-initiator (flag)ΒΆ

use-rrm (flag)ΒΆ

wiphy-dyn-ack (flag)ΒΆ

tsid (u8)ΒΆ

user-prio (u8)ΒΆ

admitted-time (u16)ΒΆ

smps-mode (u8)ΒΆ

oper-class (u8)ΒΆ

mac-mask (binary)ΒΆ

display-hint:

mac

wiphy-self-managed-reg (flag)ΒΆ

ext-features (binary)ΒΆ

survey-radio-stats (binary)ΒΆ

netns-fd (u32)ΒΆ

sched-scan-delay (u32)ΒΆ

reg-indoor (flag)ΒΆ

max-num-sched-scan-plans (u32)ΒΆ

max-scan-plan-interval (u32)ΒΆ

max-scan-plan-iterations (u32)ΒΆ

sched-scan-plans (binary)ΒΆ

pbss (flag)ΒΆ

bss-select (binary)ΒΆ

sta-support-p2p-ps (u8)ΒΆ

pad (binary)ΒΆ

iftype-ext-capa (binary)ΒΆ

mu-mimo-group-data (binary)ΒΆ

mu-mimo-follow-mac-addr (binary)ΒΆ

display-hint:

mac

scan-start-time-tsf (u64)ΒΆ

scan-start-time-tsf-bssid (binary)ΒΆ

measurement-duration (u16)ΒΆ

measurement-duration-mandatory (flag)ΒΆ

mesh-peer-aid (u16)ΒΆ

nan-master-pref (u8)ΒΆ

bands (u32)ΒΆ

nan-func (binary)ΒΆ

nan-match (binary)ΒΆ

fils-kek (binary)ΒΆ

fils-nonces (binary)ΒΆ

multicast-to-unicast-enabled (flag)ΒΆ

bssid (binary)ΒΆ

display-hint:

mac

sched-scan-relative-rssi (s8)ΒΆ

sched-scan-rssi-adjust (binary)ΒΆ

timeout-reason (u32)ΒΆ

fils-erp-username (binary)ΒΆ

fils-erp-realm (binary)ΒΆ

fils-erp-next-seq-num (u16)ΒΆ

fils-erp-rrk (binary)ΒΆ

fils-cache-id (binary)ΒΆ

pmk (binary)ΒΆ

sched-scan-multi (flag)ΒΆ

sched-scan-max-reqs (u32)ΒΆ

want-1x-4way-hs (flag)ΒΆ

pmkr0-name (binary)ΒΆ

port-authorized (binary)ΒΆ

external-auth-action (u32)ΒΆ

external-auth-support (flag)ΒΆ

nss (u8)ΒΆ

ack-signal (s32)ΒΆ

control-port-over-nl80211 (flag)ΒΆ

txq-stats (nest)ΒΆ

nested-attributes:

txq-stats-attrs

txq-limit (u32)ΒΆ

txq-memory-limit (u32)ΒΆ

txq-quantum (u32)ΒΆ

he-capability (binary)ΒΆ

ftm-responder (binary)ΒΆ

ftm-responder-stats (binary)ΒΆ

timeout (u32)ΒΆ

peer-measurements (binary)ΒΆ

airtime-weight (u16)ΒΆ

sta-tx-power-setting (u8)ΒΆ

sta-tx-power (s16)ΒΆ

sae-password (binary)ΒΆ

twt-responder (flag)ΒΆ

he-obss-pd (binary)ΒΆ

wiphy-edmg-channels (u8)ΒΆ

wiphy-edmg-bw-config (u8)ΒΆ

vlan-id (u16)ΒΆ

he-bss-color (binary)ΒΆ

iftype-akm-suites (binary)ΒΆ

tid-config (binary)ΒΆ

control-port-no-preauth (flag)ΒΆ

pmk-lifetime (u32)ΒΆ

pmk-reauth-threshold (u8)ΒΆ

receive-multicast (flag)ΒΆ

wiphy-freq-offset (u32)ΒΆ

center-freq1-offset (u32)ΒΆ

scan-freq-khz (binary)ΒΆ

he-6ghz-capability (binary)ΒΆ

fils-discovery (binary)ΒΆ

unsol-bcast-probe-resp (binary)ΒΆ

s1g-capability (binary)ΒΆ

s1g-capability-mask (binary)ΒΆ

sae-pwe (u8)ΒΆ

reconnect-requested (binary)ΒΆ

sar-spec (nest)ΒΆ

nested-attributes:

sar-attributes

disable-he (flag)ΒΆ

obss-color-bitmap (u64)ΒΆ

color-change-count (u8)ΒΆ

color-change-color (u8)ΒΆ

color-change-elems (binary)ΒΆ

mbssid-config (binary)ΒΆ

mbssid-elems (binary)ΒΆ

radar-background (flag)ΒΆ

ap-settings-flags (u32)ΒΆ

eht-capability (binary)ΒΆ

disable-eht (flag)ΒΆ

mlo-links (binary)ΒΆ

mlo-link-id (u8)ΒΆ

mld-addr (binary)ΒΆ

display-hint:

mac

mlo-support (flag)ΒΆ

max-num-akm-suites (binary)ΒΆ

eml-capability (u16)ΒΆ

mld-capa-and-ops (u16)ΒΆ

tx-hw-timestamp (u64)ΒΆ

rx-hw-timestamp (u64)ΒΆ

td-bitmap (binary)ΒΆ

punct-bitmap (u32)ΒΆ

max-hw-timestamp-peers (u16)ΒΆ

hw-timestamp-enabled (flag)ΒΆ

ema-rnr-elems (binary)ΒΆ

mlo-link-disabled (flag)ΒΆ

bss-dump-include-use-data (flag)ΒΆ

mlo-ttlm-dlink (u16)ΒΆ

mlo-ttlm-ulink (u16)ΒΆ

assoc-spp-amsdu (flag)ΒΆ

wiphy-radios (binary)ΒΆ

wiphy-interface-combinations (binary)ΒΆ

vif-radio-mask (u32)ΒΆ

frame-type-attrsΒΆ

frame-typeΒΆ

wiphy-bandsΒΆ

2ghz (nest)ΒΆ

doc:

2.4 GHz ISM band

value:

0

nested-attributes:

band-attrs

5ghz (nest)ΒΆ

doc:

around 5 GHz band (4.9 - 5.7 GHz)

nested-attributes:

band-attrs

60ghz (nest)ΒΆ

doc:

around 60 GHz band (58.32 - 69.12 GHz)

nested-attributes:

band-attrs

6ghz (nest)ΒΆ

nested-attributes:

band-attrs

s1ghz (nest)ΒΆ

nested-attributes:

band-attrs

lc (nest)ΒΆ

nested-attributes:

band-attrs

band-attrsΒΆ

freqs (indexed-array)ΒΆ

sub-type:

nest

nested-attributes:

frequency-attrs

rates (indexed-array)ΒΆ

sub-type:

nest

nested-attributes:

bitrate-attrs

ht-mcs-set (binary)ΒΆ

ht-capa (u16)ΒΆ

ht-ampdu-factor (u8)ΒΆ

ht-ampdu-density (u8)ΒΆ

vht-mcs-set (binary)ΒΆ

vht-capa (u32)ΒΆ

iftype-data (indexed-array)ΒΆ

sub-type:

nest

nested-attributes:

iftype-data-attrs

edmg-channels (binary)ΒΆ

edmg-bw-config (binary)ΒΆ

s1g-mcs-nss-set (binary)ΒΆ

s1g-capa (binary)ΒΆ

bitrate-attrsΒΆ

rate (u32)ΒΆ

2ghz-shortpreamble (flag)ΒΆ

frequency-attrsΒΆ

freq (u32)ΒΆ

disabled (flag)ΒΆ

no-ir (flag)ΒΆ

no-ibss (flag)ΒΆ

name-prefix:

__nl80211-frequency-attr-

radar (flag)ΒΆ

max-tx-power (u32)ΒΆ

dfs-state (u32)ΒΆ

dfs-time (binary)ΒΆ

no-ht40-minus (binary)ΒΆ

no-ht40-plus (binary)ΒΆ

no-80mhz (binary)ΒΆ

no-160mhz (binary)ΒΆ

dfs-cac-time (binary)ΒΆ

indoor-only (binary)ΒΆ

ir-concurrent (binary)ΒΆ

no-20mhz (binary)ΒΆ

no-10mhz (binary)ΒΆ

wmm (indexed-array)ΒΆ

sub-type:

nest

nested-attributes:

wmm-attrs

no-he (binary)ΒΆ

offset (u32)ΒΆ

1mhz (binary)ΒΆ

2mhz (binary)ΒΆ

4mhz (binary)ΒΆ

8mhz (binary)ΒΆ

16mhz (binary)ΒΆ

no-320mhz (binary)ΒΆ

no-eht (binary)ΒΆ

psd (binary)ΒΆ

dfs-concurrent (binary)ΒΆ

no-6ghz-vlp-client (binary)ΒΆ

no-6ghz-afc-client (binary)ΒΆ

can-monitor (binary)ΒΆ

allow-6ghz-vlp-ap (binary)ΒΆ

if-combination-attributesΒΆ

limits (indexed-array)ΒΆ

sub-type:

nest

nested-attributes:

iface-limit-attributes

maxnum (u32)ΒΆ

sta-ap-bi-match (flag)ΒΆ

num-channels (u32)ΒΆ

radar-detect-widths (u32)ΒΆ

radar-detect-regions (u32)ΒΆ

bi-min-gcd (u32)ΒΆ

iface-limit-attributesΒΆ

max (u32)ΒΆ

types (nest)ΒΆ

nested-attributes:

supported-iftypes

iftype-data-attrsΒΆ

iftypes (binary)ΒΆ

he-cap-mac (binary)ΒΆ

he-cap-phy (binary)ΒΆ

he-cap-mcs-set (binary)ΒΆ

he-cap-ppe (binary)ΒΆ

he-6ghz-capa (binary)ΒΆ

vendor-elems (binary)ΒΆ

eht-cap-mac (binary)ΒΆ

eht-cap-phy (binary)ΒΆ

eht-cap-mcs-set (binary)ΒΆ

eht-cap-ppe (binary)ΒΆ

iftype-attrsΒΆ

unspecified (nest)ΒΆ

value:

0

nested-attributes:

frame-type-attrs

adhoc (nest)ΒΆ

nested-attributes:

frame-type-attrs

station (nest)ΒΆ

nested-attributes:

frame-type-attrs

ap (nest)ΒΆ

nested-attributes:

frame-type-attrs

ap-vlan (nest)ΒΆ

nested-attributes:

frame-type-attrs

wds (nest)ΒΆ

nested-attributes:

frame-type-attrs

monitor (nest)ΒΆ

nested-attributes:

frame-type-attrs

mesh-point (nest)ΒΆ

nested-attributes:

frame-type-attrs

p2p-client (nest)ΒΆ

nested-attributes:

frame-type-attrs

p2p-go (nest)ΒΆ

nested-attributes:

frame-type-attrs

p2p-device (nest)ΒΆ

nested-attributes:

frame-type-attrs

ocb (nest)ΒΆ

nested-attributes:

frame-type-attrs

nan (nest)ΒΆ

nested-attributes:

frame-type-attrs

sar-attributesΒΆ

type (u32)ΒΆ

specs (indexed-array)ΒΆ

sub-type:

nest

nested-attributes:

sar-specs

sar-specsΒΆ

power (s32)ΒΆ

range-index (u32)ΒΆ

start-freq (u32)ΒΆ

end-freq (u32)ΒΆ

supported-iftypesΒΆ

adhoc (flag)ΒΆ

station (flag)ΒΆ

ap (flag)ΒΆ

ap-vlan (flag)ΒΆ

wds (flag)ΒΆ

monitor (flag)ΒΆ

mesh-point (flag)ΒΆ

p2p-client (flag)ΒΆ

p2p-go (flag)ΒΆ

p2p-device (flag)ΒΆ

ocb (flag)ΒΆ

nan (flag)ΒΆ

txq-stats-attrsΒΆ

backlog-bytes (u32)ΒΆ

backlog-packets (u32)ΒΆ

flows (u32)ΒΆ

drops (u32)ΒΆ

ecn-marks (u32)ΒΆ

overlimit (u32)ΒΆ

overmemory (u32)ΒΆ

collisions (u32)ΒΆ

tx-bytes (u32)ΒΆ

tx-packets (u32)ΒΆ

max-flows (u32)ΒΆ

wmm-attrsΒΆ

cw-min (u16)ΒΆ

cw-max (u16)ΒΆ

aifsn (u8)ΒΆ

txop (u16)ΒΆ

wowlan-triggers-attrsΒΆ

any (flag)ΒΆ

disconnect (flag)ΒΆ

magic-pkt (flag)ΒΆ

pkt-pattern (flag)ΒΆ

gtk-rekey-supported (flag)ΒΆ

gtk-rekey-failure (flag)ΒΆ

eap-ident-request (flag)ΒΆ

4way-handshake (flag)ΒΆ

rfkill-release (flag)ΒΆ

wakeup-pkt-80211 (flag)ΒΆ

wakeup-pkt-80211-len (flag)ΒΆ

wakeup-pkt-8023 (flag)ΒΆ

wakeup-pkt-8023-len (flag)ΒΆ

tcp-connection (flag)ΒΆ

wakeup-tcp-match (flag)ΒΆ

wakeup-tcp-connlost (flag)ΒΆ

wakeup-tcp-nomoretokens (flag)ΒΆ

net-detect (flag)ΒΆ

net-detect-results (flag)ΒΆ

unprotected-deauth-disassoc (flag)ΒΆ

©The kernel development community. | Powered by Sphinx 5.3.0 & Alabaster 0.7.16 | Page source