Documentation / netlink / specs / nl80211.yaml


Based on kernel version 6.15. Page generated on 2025-05-29 09:09 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000
# SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)

name: nl80211
protocol: genetlink-legacy

doc:
  Netlink API for 802.11 wireless devices

definitions:
  -
    name: 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
  -
    name: 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
  -
    name: ieee80211-mcs-info
    type: struct
    members:
      -
        name: rx-mask
        type: binary
        len: 10
      -
        name: rx-highest
        type: u16
        byte-order: little-endian
      -
        name: tx-params
        type: u8
      -
        name: reserved
        type: binary
        len: 3
  -
    name: ieee80211-vht-mcs-info
    type: struct
    members:
      -
        name: rx-mcs-map
        type: u16
        byte-order: little-endian
      -
        name: rx-highest
        type: u16
        byte-order: little-endian
      -
        name: tx-mcs-map
        type: u16
        byte-order: little-endian
      -
        name: tx-highest
        type: u16
        byte-order: little-endian
  -
    name: ieee80211-ht-cap
    type: struct
    members:
      -
        name: cap-info
        type: u16
        byte-order: little-endian
      -
        name: ampdu-params-info
        type: u8
      -
        name: mcs
        type: binary
        struct: ieee80211-mcs-info
      -
        name: extended-ht-cap-info
        type: u16
        byte-order: little-endian
      -
        name: tx-bf-cap-info
        type: u32
        byte-order: little-endian
      -
        name: antenna-selection-info
        type: u8
  -
    name: channel-type
    type: enum
    entries:
      - no-ht
      - ht20
      - ht40minus
      - ht40plus
  -
    name: sta-flag-update
    type: struct
    members:
      -
        name: mask
        type: u32
      -
        name: set
        type: u32
  -
    name: protocol-features
    type: flags
    entries:
      - split-wiphy-dump

attribute-sets:
  -
    name: nl80211-attrs
    name-prefix: nl80211-attr-
    enum-name: nl80211-attrs
    attr-max-name: num-nl80211-attr
    attributes:
      -
        name: wiphy
        type: u32
      -
        name: wiphy-name
        type: string
      -
        name: ifindex
        type: u32
      -
        name: ifname
        type: string
      -
        name: iftype
        type: u32
      -
        name: mac
        type: binary
        display-hint: mac
      -
        name: key-data
        type: binary
      -
        name: key-idx
        type: u8
      -
        name: key-cipher
        type: u32
      -
        name: key-seq
        type: binary
      -
        name: key-default
        type: flag
      -
        name: beacon-interval
        type: u32
      -
        name: dtim-period
        type: u32
      -
        name: beacon-head
        type: binary
      -
        name: beacon-tail
        type: binary
      -
        name: sta-aid
        type: u16
      -
        name: sta-flags
        type: binary # TODO: nest
      -
        name: sta-listen-interval
        type: u16
      -
        name: sta-supported-rates
        type: binary
      -
        name: sta-vlan
        type: u32
      -
        name: sta-info
        type: binary # TODO: nest
      -
        name: wiphy-bands
        type: nest
        nested-attributes: wiphy-bands
      -
        name: mntr-flags
        type: binary # TODO: nest
      -
        name: mesh-id
        type: binary
      -
        name: sta-plink-action
        type: u8
      -
        name: mpath-next-hop
        type: binary
        display-hint: mac
      -
        name: mpath-info
        type: binary # TODO: nest
      -
        name: bss-cts-prot
        type: u8
      -
        name: bss-short-preamble
        type: u8
      -
        name: bss-short-slot-time
        type: u8
      -
        name: ht-capability
        type: binary
      -
        name: supported-iftypes
        type: nest
        nested-attributes: supported-iftypes
      -
        name: reg-alpha2
        type: binary
      -
        name: reg-rules
        type: binary # TODO: nest
      -
        name: mesh-config
        type: binary # TODO: nest
      -
        name: bss-basic-rates
        type: binary
      -
        name: wiphy-txq-params
        type: binary # TODO: nest
      -
        name: wiphy-freq
        type: u32
      -
        name: wiphy-channel-type
        type: u32
        enum: channel-type
      -
        name: key-default-mgmt
        type: flag
      -
        name: mgmt-subtype
        type: u8
      -
        name: ie
        type: binary
      -
        name: max-num-scan-ssids
        type: u8
      -
        name: scan-frequencies
        type: binary # TODO: nest
      -
        name: scan-ssids
        type: binary # TODO: nest
      -
        name: generation
        type: u32
      -
        name: bss
        type: binary # TODO: nest
      -
        name: reg-initiator
        type: u8
      -
        name: reg-type
        type: u8
      -
        name: supported-commands
        type: indexed-array
        sub-type: u32
        enum: commands
      -
        name: frame
        type: binary
      -
        name: ssid
        type: binary
      -
        name: auth-type
        type: u32
      -
        name: reason-code
        type: u16
      -
        name: key-type
        type: u32
      -
        name: max-scan-ie-len
        type: u16
      -
        name: cipher-suites
        type: binary
        sub-type: u32
        display-hint: hex
      -
        name: freq-before
        type: binary # TODO: nest
      -
        name: freq-after
        type: binary # TODO: nest
      -
        name: freq-fixed
        type: flag
      -
        name: wiphy-retry-short
        type: u8
      -
        name: wiphy-retry-long
        type: u8
      -
        name: wiphy-frag-threshold
        type: u32
      -
        name: wiphy-rts-threshold
        type: u32
      -
        name: timed-out
        type: flag
      -
        name: use-mfp
        type: u32
      -
        name: sta-flags2
        type: binary
        struct: sta-flag-update
      -
        name: control-port
        type: flag
      -
        name: testdata
        type: binary
      -
        name: privacy
        type: flag
      -
        name: disconnected-by-ap
        type: flag
      -
        name: status-code
        type: u16
      -
        name: cipher-suites-pairwise
        type: binary
      -
        name: cipher-suite-group
        type: u32
      -
        name: wpa-versions
        type: u32
      -
        name: akm-suites
        type: binary
      -
        name: req-ie
        type: binary
      -
        name: resp-ie
        type: binary
      -
        name: prev-bssid
        type: binary
      -
        name: key
        type: binary # TODO: nest
      -
        name: keys
        type: binary # TODO: nest
      -
        name: pid
        type: u32
      -
        name: 4addr
        type: u8
      -
        name: survey-info
        type: binary # TODO: nest
      -
        name: pmkid
        type: binary
      -
        name: max-num-pmkids
        type: u8
      -
        name: duration
        type: u32
      -
        name: cookie
        type: u64
      -
        name: wiphy-coverage-class
        type: u8
      -
        name: tx-rates
        type: binary # TODO: nest
      -
        name: frame-match
        type: binary
      -
        name: ack
        type: flag
      -
        name: ps-state
        type: u32
      -
        name: cqm
        type: binary # TODO: nest
      -
        name: local-state-change
        type: flag
      -
        name: ap-isolate
        type: u8
      -
        name: wiphy-tx-power-setting
        type: u32
      -
        name: wiphy-tx-power-level
        type: u32
      -
        name: tx-frame-types
        type: nest
        nested-attributes: iftype-attrs
      -
        name: rx-frame-types
        type: nest
        nested-attributes: iftype-attrs
      -
        name: frame-type
        type: u16
      -
        name: control-port-ethertype
        type: flag
      -
        name: control-port-no-encrypt
        type: flag
      -
        name: support-ibss-rsn
        type: flag
      -
        name: wiphy-antenna-tx
        type: u32
      -
        name: wiphy-antenna-rx
        type: u32
      -
        name: mcast-rate
        type: u32
      -
        name: offchannel-tx-ok
        type: flag
      -
        name: bss-ht-opmode
        type: u16
      -
        name: key-default-types
        type: binary # TODO: nest
      -
        name: max-remain-on-channel-duration
        type: u32
      -
        name: mesh-setup
        type: binary # TODO: nest
      -
        name: wiphy-antenna-avail-tx
        type: u32
      -
        name: wiphy-antenna-avail-rx
        type: u32
      -
        name: support-mesh-auth
        type: flag
      -
        name: sta-plink-state
        type: u8
      -
        name: wowlan-triggers
        type: binary # TODO: nest
      -
        name: wowlan-triggers-supported
        type: nest
        nested-attributes: wowlan-triggers-attrs
      -
        name: sched-scan-interval
        type: u32
      -
        name: interface-combinations
        type: indexed-array
        sub-type: nest
        nested-attributes: if-combination-attributes
      -
        name: software-iftypes
        type: nest
        nested-attributes: supported-iftypes
      -
        name: rekey-data
        type: binary # TODO: nest
      -
        name: max-num-sched-scan-ssids
        type: u8
      -
        name: max-sched-scan-ie-len
        type: u16
      -
        name: scan-supp-rates
        type: binary # TODO: nest
      -
        name: hidden-ssid
        type: u32
      -
        name: ie-probe-resp
        type: binary
      -
        name: ie-assoc-resp
        type: binary
      -
        name: sta-wme
        type: binary # TODO: nest
      -
        name: support-ap-uapsd
        type: flag
      -
        name: roam-support
        type: flag
      -
        name: sched-scan-match
        type: binary # TODO: nest
      -
        name: max-match-sets
        type: u8
      -
        name: pmksa-candidate
        type: binary # TODO: nest
      -
        name: tx-no-cck-rate
        type: flag
      -
        name: tdls-action
        type: u8
      -
        name: tdls-dialog-token
        type: u8
      -
        name: tdls-operation
        type: u8
      -
        name: tdls-support
        type: flag
      -
        name: tdls-external-setup
        type: flag
      -
        name: device-ap-sme
        type: u32
      -
        name: dont-wait-for-ack
        type: flag
      -
        name: feature-flags
        type: u32
        enum: feature-flags
        enum-as-flags: True
      -
        name: probe-resp-offload
        type: u32
      -
        name: probe-resp
        type: binary
      -
        name: dfs-region
        type: u8
      -
        name: disable-ht
        type: flag
      -
        name: ht-capability-mask
        type: binary
        struct: ieee80211-ht-cap
      -
        name: noack-map
        type: u16
      -
        name: inactivity-timeout
        type: u16
      -
        name: rx-signal-dbm
        type: u32
      -
        name: bg-scan-period
        type: u16
      -
        name: wdev
        type: u64
      -
        name: user-reg-hint-type
        type: u32
      -
        name: conn-failed-reason
        type: u32
      -
        name: auth-data
        type: binary
      -
        name: vht-capability
        type: binary
      -
        name: scan-flags
        type: u32
      -
        name: channel-width
        type: u32
      -
        name: center-freq1
        type: u32
      -
        name: center-freq2
        type: u32
      -
        name: p2p-ctwindow
        type: u8
      -
        name: p2p-oppps
        type: u8
      -
        name: local-mesh-power-mode
        type: u32
      -
        name: acl-policy
        type: u32
      -
        name: mac-addrs
        type: binary # TODO: nest
      -
        name: mac-acl-max
        type: u32
      -
        name: radar-event
        type: u32
      -
        name: ext-capa
        type: binary
      -
        name: ext-capa-mask
        type: binary
      -
        name: sta-capability
        type: u16
      -
        name: sta-ext-capability
        type: binary
      -
        name: protocol-features
        type: u32
        enum: protocol-features
      -
        name: split-wiphy-dump
        type: flag
      -
        name: disable-vht
        type: flag
      -
        name: vht-capability-mask
        type: binary
      -
        name: mdid
        type: u16
      -
        name: ie-ric
        type: binary
      -
        name: crit-prot-id
        type: u16
      -
        name: max-crit-prot-duration
        type: u16
      -
        name: peer-aid
        type: u16
      -
        name: coalesce-rule
        type: binary # TODO: nest
      -
        name: ch-switch-count
        type: u32
      -
        name: ch-switch-block-tx
        type: flag
      -
        name: csa-ies
        type: binary # TODO: nest
      -
        name: cntdwn-offs-beacon
        type: binary
      -
        name: cntdwn-offs-presp
        type: binary
      -
        name: rxmgmt-flags
        type: binary
      -
        name: sta-supported-channels
        type: binary
      -
        name: sta-supported-oper-classes
        type: binary
      -
        name: handle-dfs
        type: flag
      -
        name: support-5-mhz
        type: flag
      -
        name: support-10-mhz
        type: flag
      -
        name: opmode-notif
        type: u8
      -
        name: vendor-id
        type: u32
      -
        name: vendor-subcmd
        type: u32
      -
        name: vendor-data
        type: binary
      -
        name: vendor-events
        type: binary
      -
        name: qos-map
        type: binary
      -
        name: mac-hint
        type: binary
        display-hint: mac
      -
        name: wiphy-freq-hint
        type: u32
      -
        name: max-ap-assoc-sta
        type: u32
      -
        name: tdls-peer-capability
        type: u32
      -
        name: socket-owner
        type: flag
      -
        name: csa-c-offsets-tx
        type: binary
      -
        name: max-csa-counters
        type: u8
      -
        name: tdls-initiator
        type: flag
      -
        name: use-rrm
        type: flag
      -
        name: wiphy-dyn-ack
        type: flag
      -
        name: tsid
        type: u8
      -
        name: user-prio
        type: u8
      -
        name: admitted-time
        type: u16
      -
        name: smps-mode
        type: u8
      -
        name: oper-class
        type: u8
      -
        name: mac-mask
        type: binary
        display-hint: mac
      -
        name: wiphy-self-managed-reg
        type: flag
      -
        name: ext-features
        type: binary
      -
        name: survey-radio-stats
        type: binary
      -
        name: netns-fd
        type: u32
      -
        name: sched-scan-delay
        type: u32
      -
        name: reg-indoor
        type: flag
      -
        name: max-num-sched-scan-plans
        type: u32
      -
        name: max-scan-plan-interval
        type: u32
      -
        name: max-scan-plan-iterations
        type: u32
      -
        name: sched-scan-plans
        type: binary # TODO: nest
      -
        name: pbss
        type: flag
      -
        name: bss-select
        type: binary # TODO: nest
      -
        name: sta-support-p2p-ps
        type: u8
      -
        name: pad
        type: binary
      -
        name: iftype-ext-capa
        type: binary # TODO: nest
      -
        name: mu-mimo-group-data
        type: binary
      -
        name: mu-mimo-follow-mac-addr
        type: binary
        display-hint: mac
      -
        name: scan-start-time-tsf
        type: u64
      -
        name: scan-start-time-tsf-bssid
        type: binary
      -
        name: measurement-duration
        type: u16
      -
        name: measurement-duration-mandatory
        type: flag
      -
        name: mesh-peer-aid
        type: u16
      -
        name: nan-master-pref
        type: u8
      -
        name: bands
        type: u32
      -
        name: nan-func
        type: binary # TODO: nest
      -
        name: nan-match
        type: binary # TODO: nest
      -
        name: fils-kek
        type: binary
      -
        name: fils-nonces
        type: binary
      -
        name: multicast-to-unicast-enabled
        type: flag
      -
        name: bssid
        type: binary
        display-hint: mac
      -
        name: sched-scan-relative-rssi
        type: s8
      -
        name: sched-scan-rssi-adjust
        type: binary
      -
        name: timeout-reason
        type: u32
      -
        name: fils-erp-username
        type: binary
      -
        name: fils-erp-realm
        type: binary
      -
        name: fils-erp-next-seq-num
        type: u16
      -
        name: fils-erp-rrk
        type: binary
      -
        name: fils-cache-id
        type: binary
      -
        name: pmk
        type: binary
      -
        name: sched-scan-multi
        type: flag
      -
        name: sched-scan-max-reqs
        type: u32
      -
        name: want-1x-4way-hs
        type: flag
      -
        name: pmkr0-name
        type: binary
      -
        name: port-authorized
        type: binary
      -
        name: external-auth-action
        type: u32
      -
        name: external-auth-support
        type: flag
      -
        name: nss
        type: u8
      -
        name: ack-signal
        type: s32
      -
        name: control-port-over-nl80211
        type: flag
      -
        name: txq-stats
        type: nest
        nested-attributes: txq-stats-attrs
      -
        name: txq-limit
        type: u32
      -
        name: txq-memory-limit
        type: u32
      -
        name: txq-quantum
        type: u32
      -
        name: he-capability
        type: binary
      -
        name: ftm-responder
        type: binary # TODO: nest
      -
        name: ftm-responder-stats
        type: binary # TODO: nest
      -
        name: timeout
        type: u32
      -
        name: peer-measurements
        type: binary # TODO: nest
      -
        name: airtime-weight
        type: u16
      -
        name: sta-tx-power-setting
        type: u8
      -
        name: sta-tx-power
        type: s16
      -
        name: sae-password
        type: binary
      -
        name: twt-responder
        type: flag
      -
        name: he-obss-pd
        type: binary # TODO: nest
      -
        name: wiphy-edmg-channels
        type: u8
      -
        name: wiphy-edmg-bw-config
        type: u8
      -
        name: vlan-id
        type: u16
      -
        name: he-bss-color
        type: binary # TODO: nest
      -
        name: iftype-akm-suites
        type: binary # TODO: nest
      -
        name: tid-config
        type: binary # TODO: nest
      -
        name: control-port-no-preauth
        type: flag
      -
        name: pmk-lifetime
        type: u32
      -
        name: pmk-reauth-threshold
        type: u8
      -
        name: receive-multicast
        type: flag
      -
        name: wiphy-freq-offset
        type: u32
      -
        name: center-freq1-offset
        type: u32
      -
        name: scan-freq-khz
        type: binary # TODO: nest
      -
        name: he-6ghz-capability
        type: binary
      -
        name: fils-discovery
        type: binary # TOOD: nest
      -
        name: unsol-bcast-probe-resp
        type: binary # TOOD: nest
      -
        name: s1g-capability
        type: binary
      -
        name: s1g-capability-mask
        type: binary
      -
        name: sae-pwe
        type: u8
      -
        name: reconnect-requested
        type: binary
      -
        name: sar-spec
        type: nest
        nested-attributes: sar-attributes
      -
        name: disable-he
        type: flag
      -
        name: obss-color-bitmap
        type: u64
      -
        name: color-change-count
        type: u8
      -
        name: color-change-color
        type: u8
      -
        name: color-change-elems
        type: binary # TODO: nest
      -
        name: mbssid-config
        type: binary # TODO: nest
      -
        name: mbssid-elems
        type: binary # TODO: nest
      -
        name: radar-background
        type: flag
      -
        name: ap-settings-flags
        type: u32
      -
        name: eht-capability
        type: binary
      -
        name: disable-eht
        type: flag
      -
        name: mlo-links
        type: binary # TODO: nest
      -
        name: mlo-link-id
        type: u8
      -
        name: mld-addr
        type: binary
        display-hint: mac
      -
        name: mlo-support
        type: flag
      -
        name: max-num-akm-suites
        type: binary
      -
        name: eml-capability
        type: u16
      -
        name: mld-capa-and-ops
        type: u16
      -
        name: tx-hw-timestamp
        type: u64
      -
        name: rx-hw-timestamp
        type: u64
      -
        name: td-bitmap
        type: binary
      -
        name: punct-bitmap
        type: u32
      -
        name: max-hw-timestamp-peers
        type: u16
      -
        name: hw-timestamp-enabled
        type: flag
      -
        name: ema-rnr-elems
        type: binary # TODO: nest
      -
        name: mlo-link-disabled
        type: flag
      -
        name: bss-dump-include-use-data
        type: flag
      -
        name: mlo-ttlm-dlink
        type: u16
      -
        name: mlo-ttlm-ulink
        type: u16
      -
        name: assoc-spp-amsdu
        type: flag
      -
        name: wiphy-radios
        type: binary # TODO: nest
      -
        name: wiphy-interface-combinations
        type: binary # TODO: nest
      -
        name: vif-radio-mask
        type: u32
  -
    name: frame-type-attrs
    subset-of: nl80211-attrs
    attributes:
      -
        name: frame-type
  -
    name: wiphy-bands
    name-prefix: nl80211-band-
    attr-max-name: num-nl80211-bands
    attributes:
      -
        name: 2ghz
        doc: 2.4 GHz ISM band
        value: 0
        type: nest
        nested-attributes: band-attrs
      -
        name: 5ghz
        doc: around 5 GHz band (4.9 - 5.7 GHz)
        type: nest
        nested-attributes: band-attrs
      -
        name: 60ghz
        doc: around 60 GHz band (58.32 - 69.12 GHz)
        type: nest
        nested-attributes: band-attrs
      -
        name: 6ghz
        type: nest
        nested-attributes: band-attrs
      -
        name: s1ghz
        type: nest
        nested-attributes: band-attrs
      -
        name: lc
        type: nest
        nested-attributes: band-attrs
  -
    name: band-attrs
    enum-name: nl80211-band-attr
    name-prefix: nl80211-band-attr-
    attributes:
      -
        name: freqs
        type: indexed-array
        sub-type: nest
        nested-attributes: frequency-attrs
      -
        name: rates
        type: indexed-array
        sub-type: nest
        nested-attributes: bitrate-attrs
      -
        name: ht-mcs-set
        type: binary
        struct: ieee80211-mcs-info
      -
        name: ht-capa
        type: u16
      -
        name: ht-ampdu-factor
        type: u8
      -
        name: ht-ampdu-density
        type: u8
      -
        name: vht-mcs-set
        type: binary
        struct: ieee80211-vht-mcs-info
      -
        name: vht-capa
        type: u32
      -
        name: iftype-data
        type: indexed-array
        sub-type: nest
        nested-attributes: iftype-data-attrs
      -
        name: edmg-channels
        type: binary
      -
        name: edmg-bw-config
        type: binary
      -
        name: s1g-mcs-nss-set
        type: binary
      -
        name: s1g-capa
        type: binary
  -
    name: bitrate-attrs
    name-prefix: nl80211-bitrate-attr-
    attributes:
      -
        name: rate
        type: u32
      -
        name: 2ghz-shortpreamble
        type: flag
  -
    name: frequency-attrs
    name-prefix: nl80211-frequency-attr-
    attributes:
      -
        name: freq
        type: u32
      -
        name: disabled
        type: flag
      -
        name: no-ir
        type: flag
      -
        name: no-ibss
        name-prefix: __nl80211-frequency-attr-
        type: flag
      -
        name: radar
        type: flag
      -
        name: max-tx-power
        type: u32
      -
        name: dfs-state
        type: u32
      -
        name: dfs-time
        type: binary
      -
        name: no-ht40-minus
        type: binary
      -
        name: no-ht40-plus
        type: binary
      -
        name: no-80mhz
        type: binary
      -
        name: no-160mhz
        type: binary
      -
        name: dfs-cac-time
        type: binary
      -
        name: indoor-only
        type: binary
      -
        name: ir-concurrent
        type: binary
      -
        name: no-20mhz
        type: binary
      -
        name: no-10mhz
        type: binary
      -
        name: wmm
        type: indexed-array
        sub-type: nest
        nested-attributes: wmm-attrs
      -
        name: no-he
        type: binary
      -
        name: offset
        type: u32
      -
        name: 1mhz
        type: binary
      -
        name: 2mhz
        type: binary
      -
        name: 4mhz
        type: binary
      -
        name: 8mhz
        type: binary
      -
        name: 16mhz
        type: binary
      -
        name: no-320mhz
        type: binary
      -
        name: no-eht
        type: binary
      -
        name: psd
        type: binary
      -
        name: dfs-concurrent
        type: binary
      -
        name: no-6ghz-vlp-client
        type: binary
      -
        name: no-6ghz-afc-client
        type: binary
      -
        name: can-monitor
        type: binary
      -
        name: allow-6ghz-vlp-ap
        type: binary
  -
    name: if-combination-attributes
    enum-name: nl80211-if-combination-attrs
    name-prefix: nl80211-iface-comb-
    attr-max-name: max-nl80211-iface-comb
    attributes:
      -
        name: limits
        type: indexed-array
        sub-type: nest
        nested-attributes: iface-limit-attributes
      -
        name: maxnum
        type: u32
      -
        name: sta-ap-bi-match
        type: flag
      -
        name: num-channels
        type: u32
      -
        name: radar-detect-widths
        type: u32
      -
        name: radar-detect-regions
        type: u32
      -
        name: bi-min-gcd
        type: u32
  -
    name: iface-limit-attributes
    enum-name: nl80211-iface-limit-attrs
    name-prefix: nl80211-iface-limit-
    attr-max-name: max-nl80211-iface-limit
    attributes:
      -
        name: max
        type: u32
      -
        name: types
        type: nest
        nested-attributes: supported-iftypes
  -
    name: iftype-data-attrs
    name-prefix: nl80211-band-iftype-attr-
    attributes:
      -
        name: iftypes
        type: binary
      -
        name: he-cap-mac
        type: binary
      -
        name: he-cap-phy
        type: binary
      -
        name: he-cap-mcs-set
        type: binary
      -
        name: he-cap-ppe
        type: binary
      -
        name: he-6ghz-capa
        type: binary
      -
        name: vendor-elems
        type: binary
      -
        name: eht-cap-mac
        type: binary
      -
        name: eht-cap-phy
        type: binary
      -
        name: eht-cap-mcs-set
        type: binary
      -
        name: eht-cap-ppe
        type: binary
  -
    name: iftype-attrs
    enum-name: nl80211-iftype
    name-prefix: nl80211-iftype-
    attributes:
      -
        name: unspecified
        type: nest
        value: 0
        nested-attributes: frame-type-attrs
      -
        name: adhoc
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: station
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: ap
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: ap-vlan
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: wds
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: monitor
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: mesh-point
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: p2p-client
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: p2p-go
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: p2p-device
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: ocb
        type: nest
        nested-attributes: frame-type-attrs
      -
        name: nan
        type: nest
        nested-attributes: frame-type-attrs
  -
    name: sar-attributes
    enum-name: nl80211-sar-attrs
    name-prefix: nl80211-sar-attr-
    attributes:
      -
        name: type
        type: u32
      -
        name: specs
        type: indexed-array
        sub-type: nest
        nested-attributes: sar-specs
  -
    name: sar-specs
    enum-name: nl80211-sar-specs-attrs
    name-prefix: nl80211-sar-attr-specs-
    attributes:
      -
        name: power
        type: s32
      -
        name: range-index
        type: u32
      -
        name: start-freq
        type: u32
      -
        name: end-freq
        type: u32
  -
    name: supported-iftypes
    enum-name: nl80211-iftype
    name-prefix: nl80211-iftype-
    attributes:
      -
        name: adhoc
        type: flag
      -
        name: station
        type: flag
      -
        name: ap
        type: flag
      -
        name: ap-vlan
        type: flag
      -
        name: wds
        type: flag
      -
        name: monitor
        type: flag
      -
        name: mesh-point
        type: flag
      -
        name: p2p-client
        type: flag
      -
        name: p2p-go
        type: flag
      -
        name: p2p-device
        type: flag
      -
        name: ocb
        type: flag
      -
        name: nan
        type: flag
  -
    name: txq-stats-attrs
    name-prefix: nl80211-txq-stats-
    attributes:
      -
        name: backlog-bytes
        type: u32
      -
        name: backlog-packets
        type: u32
      -
        name: flows
        type: u32
      -
        name: drops
        type: u32
      -
        name: ecn-marks
        type: u32
      -
        name: overlimit
        type: u32
      -
        name: overmemory
        type: u32
      -
        name: collisions
        type: u32
      -
        name: tx-bytes
        type: u32
      -
        name: tx-packets
        type: u32
      -
        name: max-flows
        type: u32
  -
    name: wmm-attrs
    enum-name: nl80211-wmm-rule
    name-prefix: nl80211-wmmr-
    attributes:
      -
        name: cw-min
        type: u16
      -
        name: cw-max
        type: u16
      -
        name: aifsn
        type: u8
      -
        name: txop
        type: u16
  -
    name: wowlan-triggers-attrs
    enum-name: nl80211-wowlan-triggers
    name-prefix: nl80211-wowlan-trig-
    attr-max-name: max-nl80211-wowlan-trig
    attributes:
      -
        name: any
        type: flag
      -
        name: disconnect
        type: flag
      -
        name: magic-pkt
        type: flag
      -
        name: pkt-pattern
        type: flag
      -
        name: gtk-rekey-supported
        type: flag
      -
        name: gtk-rekey-failure
        type: flag
      -
        name: eap-ident-request
        type: flag
      -
        name: 4way-handshake
        type: flag
      -
        name: rfkill-release
        type: flag
      -
        name: wakeup-pkt-80211
        type: flag
      -
        name: wakeup-pkt-80211-len
        type: flag
      -
        name: wakeup-pkt-8023
        type: flag
      -
        name: wakeup-pkt-8023-len
        type: flag
      -
        name: tcp-connection
        type: flag
      -
        name: wakeup-tcp-match
        type: flag
      -
        name: wakeup-tcp-connlost
        type: flag
      -
        name: wakeup-tcp-nomoretokens
        type: flag
      -
        name: net-detect
        type: flag
      -
        name: net-detect-results
        type: flag
      -
        name: unprotected-deauth-disassoc
        type: flag

operations:
  enum-model: directional
  list:
    -
      name: get-wiphy
      doc: |
        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:
          value: 1
          attributes:
            - wiphy
            - wdev
            - ifindex
        reply:
          value: 3
          attributes: &wiphy-reply-attrs
            - 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: *wiphy-reply-attrs
    -
      name: get-interface
      doc: Get information about an interface or dump a list of all interfaces
      attribute-set: nl80211-attrs
      do:
        request:
          value: 5
          attributes:
            - ifname
        reply:
          value: 7
          attributes: &interface-reply-attrs
            - ifname
            - iftype
            - ifindex
            - wiphy
            - wdev
            - mac
            - generation
            - txq-stats
            - 4addr
      dump:
        request:
          attributes:
            - ifname
        reply:
          attributes: *interface-reply-attrs
    -
      name: get-protocol-features
      doc: Get information about supported protocol features
      attribute-set: nl80211-attrs
      do:
        request:
          value: 95
          attributes:
            - protocol-features
        reply:
          value: 95
          attributes:
            - protocol-features

mcast-groups:
  list:
    -
      name: config
    -
      name: scan
    -
      name: regulatory
    -
      name: mlme
    -
      name: vendor
    -
      name: nan
    -
      name: testmode