Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159592668
D49767.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D49767.diff
View Options
diff --git a/usr.sbin/wlanstats/wlanstats.c b/usr.sbin/wlanstats/wlanstats.c
--- a/usr.sbin/wlanstats/wlanstats.c
+++ b/usr.sbin/wlanstats/wlanstats.c
@@ -394,6 +394,8 @@
{ 9, "gcmp_nomem", "gcmpnomem", "No memory available (GCMP)" },
#define S_RX_GCMPNOSPC AFTER(S_RX_GCMPNOMEM)
{ 9, "gcmp_nospc", "gcmpnospc", "No mbuf space available (GCMP)" },
+#define S_CRYPTO_SWCIPHERFAIL AFTER(S_RX_GCMPNOSPC)
+ { 12, "crypto_swcipherfail", "swcipherfail", "No matching software cipher support" },
};
struct wlanstatfoo_p {
@@ -848,6 +850,7 @@
case S_RX_GCMPMIC: STAT(rx_gcmpmic);
case S_RX_GCMPNOMEM: STAT(crypto_gcmp_nomem);
case S_RX_GCMPNOSPC: STAT(crypto_gcmp_nospc);
+ case S_CRYPTO_SWCIPHERFAIL: STAT(crypto_swcipherfail);
}
return wlan_getinfo(wf, s, b, bs);
#undef NSTAT
@@ -1019,6 +1022,7 @@
case S_RX_GCMPMIC: STAT(rx_gcmpmic);
case S_RX_GCMPNOMEM: STAT(crypto_gcmp_nomem);
case S_RX_GCMPNOSPC: STAT(crypto_gcmp_nospc);
+ case S_CRYPTO_SWCIPHERFAIL: STAT(crypto_swcipherfail);
}
return wlan_getinfo(wf, s, b, bs);
#undef NSTAT
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 17, 1:07 AM (17 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34008271
Default Alt Text
D49767.diff (1 KB)
Attached To
Mode
D49767: wlanstats: add crypto_swcipherfail
Attached
Detach File
Event Timeline
Log In to Comment