Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115912189
D45887.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1023 B
Referenced Files
None
Subscribers
None
D45887.diff
View Options
diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c
--- a/sys/net80211/ieee80211.c
+++ b/sys/net80211/ieee80211.c
@@ -2700,6 +2700,17 @@
key < &vap->iv_nw_keys[IEEE80211_WEP_NKID]);
}
+/*
+ * Determine whether the given key in the given VAP is an iGTK key.
+ * (key index 4 and 5, shared between all stations on a VAP.)
+ */
+bool
+ieee80211_is_key_igtk(const struct ieee80211vap *vap,
+ const struct ieee80211_key *key)
+{
+ return false;
+}
+
/*
* Determine whether the given key in the given VAP is a unicast key.
*/
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -826,6 +826,8 @@
bool ieee80211_is_key_global(const struct ieee80211vap *vap,
const struct ieee80211_key *key);
+bool ieee80211_is_key_igtk(const struct ieee80211vap *vap,
+ const struct ieee80211_key *key);
bool ieee80211_is_key_unicast(const struct ieee80211vap *vap,
const struct ieee80211_key *key);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 8:05 AM (17 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17877070
Default Alt Text
D45887.diff (1023 B)
Attached To
Mode
D45887: net80211: add a placeholder check routine for whether a key is an IGTK key
Attached
Detach File
Event Timeline
Log In to Comment