Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151234075
D36243.id118172.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
719 B
Referenced Files
None
Subscribers
None
D36243.id118172.diff
View Options
diff --git a/sys/dev/wtap/if_wtap.c b/sys/dev/wtap/if_wtap.c
--- a/sys/dev/wtap/if_wtap.c
+++ b/sys/dev/wtap/if_wtap.c
@@ -302,6 +302,7 @@
switch (vap->iv_opmode) {
case IEEE80211_M_IBSS:
case IEEE80211_M_MBSS:
+ case IEEE80211_M_HOSTAP:
/*
* Stop any previous beacon callout. This may be
* necessary, for example, when an ibss merge
@@ -655,7 +656,8 @@
ic->ic_name = sc->name;
ic->ic_phytype = IEEE80211_T_DS;
ic->ic_opmode = IEEE80211_M_MBSS;
- ic->ic_caps = IEEE80211_C_MBSS | IEEE80211_C_IBSS;
+ ic->ic_caps = IEEE80211_C_MBSS | IEEE80211_C_IBSS |
+ IEEE80211_C_STA | IEEE80211_C_HOSTAP | IEEE80211_C_WPA;
ic->ic_max_keyix = 128; /* A value read from Atheros ATH_KEYMAX */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 12:51 AM (5 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31060708
Default Alt Text
D36243.id118172.diff (719 B)
Attached To
Mode
D36243: wtap(4): Implement STA/HostAP mode and support WPA/WPA2
Attached
Detach File
Event Timeline
Log In to Comment