FreeBSD Bugzilla – Attachment 161234 Details for
Bug 203236
[patch] net80211: add unlisted information elements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net80211: add unlisted information elements
net80211-r288068.diff (text/plain), 963 bytes, created by
vidwer+fbsdbugs
on 2015-09-21 17:05:11 UTC
(
hide
)
Description:
net80211: add unlisted information elements
Filename:
MIME Type:
Creator:
vidwer+fbsdbugs
Created:
2015-09-21 17:05:11 UTC
Size:
963 bytes
patch
obsolete
>Index: sys/net80211/ieee80211.h >=================================================================== >--- sys/net80211/ieee80211.h (revision 288068) >+++ sys/net80211/ieee80211.h (working copy) >@@ -706,6 +706,7 @@ > IEEE80211_ELEMID_TIM = 5, > IEEE80211_ELEMID_IBSSPARMS = 6, > IEEE80211_ELEMID_COUNTRY = 7, >+ IEEE80211_ELEMID_QBSSLOAD = 11, > IEEE80211_ELEMID_CHALLENGE = 16, > /* 17-31 reserved for challenge text extension */ > IEEE80211_ELEMID_PWRCNSTR = 32, >@@ -723,6 +724,7 @@ > IEEE80211_ELEMID_QOS = 46, > IEEE80211_ELEMID_RSN = 48, > IEEE80211_ELEMID_XRATES = 50, >+ IEEE80211_ELEMID_AP_CHAN_REPORT = 51, > IEEE80211_ELEMID_HTINFO = 61, > IEEE80211_ELEMID_TPC = 150, > IEEE80211_ELEMID_CCKM = 156, >@@ -747,6 +749,7 @@ > IEEE80211_ELEMID_MESHGANN = 125, > IEEE80211_ELEMID_MESHRANN = 126, > /* 127 Extended Capabilities */ >+ IEEE80211_ELEMID_EXTCAP = 127, > /* 128-129 reserved */ > IEEE80211_ELEMID_MESHPREQ = 130, > IEEE80211_ELEMID_MESHPREP = 131,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203236
:
161234
|
161632
|
161633
|
161634