3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02:00

monitor: Add entry for WPI-SMS4 keys and cipher

This commit is contained in:
Marcel Holtmann 2014-08-11 00:16:51 -07:00
parent 7dfe703286
commit da058ae75b

View File

@ -312,6 +312,7 @@ static const struct {
{ 0x000fac05, "WEP-104" }, { 0x000fac05, "WEP-104" },
{ 0x000fac06, "BIP" }, { 0x000fac06, "BIP" },
{ 0x000fac07, "Group traffic not allowed" }, { 0x000fac07, "Group traffic not allowed" },
{ 0x00147201, "WPI-SMS4" },
{ } { }
}; };