mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 03:32:42 +01:00
wiphy: Add support for BIP in wiphy_select_cipher
This commit is contained in:
parent
2899315828
commit
bdd676a23a
@ -74,6 +74,9 @@ enum ie_rsn_cipher_suite wiphy_select_cipher(struct wiphy *wiphy, uint16_t mask)
|
|||||||
if (mask & IE_RSN_CIPHER_SUITE_TKIP)
|
if (mask & IE_RSN_CIPHER_SUITE_TKIP)
|
||||||
return IE_RSN_CIPHER_SUITE_TKIP;
|
return IE_RSN_CIPHER_SUITE_TKIP;
|
||||||
|
|
||||||
|
if (mask & IE_RSN_CIPHER_SUITE_BIP)
|
||||||
|
return IE_RSN_CIPHER_SUITE_BIP;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static void wiphy_free(void *data)
|
static void wiphy_free(void *data)
|
||||||
|
Loading…
Reference in New Issue
Block a user