ieee80211.h (fe267a559009cbf34f9341666fe4d88a92c02d5e) | ieee80211.h (f280f93df7950572c70e8e923fa0559b1a489b9b) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2001 Atsushi Onoe 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 937 unchanged lines hidden (view full) --- 946 IEEE80211_ELEMID_CSA = 37, 947 IEEE80211_ELEMID_MEASREQ = 38, 948 IEEE80211_ELEMID_MEASREP = 39, 949 IEEE80211_ELEMID_QUIET = 40, 950 IEEE80211_ELEMID_IBSSDFS = 41, 951 IEEE80211_ELEMID_ERP = 42, 952 IEEE80211_ELEMID_HTCAP = 45, 953 IEEE80211_ELEMID_QOS = 46, | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2001 Atsushi Onoe 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 937 unchanged lines hidden (view full) --- 946 IEEE80211_ELEMID_CSA = 37, 947 IEEE80211_ELEMID_MEASREQ = 38, 948 IEEE80211_ELEMID_MEASREP = 39, 949 IEEE80211_ELEMID_QUIET = 40, 950 IEEE80211_ELEMID_IBSSDFS = 41, 951 IEEE80211_ELEMID_ERP = 42, 952 IEEE80211_ELEMID_HTCAP = 45, 953 IEEE80211_ELEMID_QOS = 46, |
954 IEEE80211_ELEMID_RESERVED_47 = 47, |
|
954 IEEE80211_ELEMID_RSN = 48, 955 IEEE80211_ELEMID_XRATES = 50, 956 IEEE80211_ELEMID_APCHANREP = 51, | 955 IEEE80211_ELEMID_RSN = 48, 956 IEEE80211_ELEMID_XRATES = 50, 957 IEEE80211_ELEMID_APCHANREP = 51, |
958 IEEE80211_ELEMID_MOBILITY_DOMAIN = 54, |
|
957 IEEE80211_ELEMID_HTINFO = 61, 958 IEEE80211_ELEMID_SECCHAN_OFFSET = 62, 959 IEEE80211_ELEMID_RRM_ENACAPS = 70, 960 IEEE80211_ELEMID_MULTIBSSID = 71, 961 IEEE80211_ELEMID_COEX_2040 = 72, 962 IEEE80211_ELEMID_INTOL_CHN_REPORT = 73, 963 IEEE80211_ELEMID_OVERLAP_BSS_SCAN_PARAM = 74, 964 IEEE80211_ELEMID_TSF_REQ = 91, --- 484 unchanged lines hidden --- | 959 IEEE80211_ELEMID_HTINFO = 61, 960 IEEE80211_ELEMID_SECCHAN_OFFSET = 62, 961 IEEE80211_ELEMID_RRM_ENACAPS = 70, 962 IEEE80211_ELEMID_MULTIBSSID = 71, 963 IEEE80211_ELEMID_COEX_2040 = 72, 964 IEEE80211_ELEMID_INTOL_CHN_REPORT = 73, 965 IEEE80211_ELEMID_OVERLAP_BSS_SCAN_PARAM = 74, 966 IEEE80211_ELEMID_TSF_REQ = 91, --- 484 unchanged lines hidden --- |