Searched defs:cipher_suites (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c802 static const u32 cipher_suites[] = { variable
852 wdev->wiphy->cipher_suites = cipher_suites;
853 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/drivers/net/wireless/orinoco/
H A Dorinoco.h68 u32 cipher_suites[3]; member in struct:orinoco_private
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1531 static const u32 cipher_suites[] = { variable
2721 wiphy->cipher_suites = cipher_suites;
2722 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/drivers/net/wireless/libertas/
H A Dcfg.c82 static const u32 cipher_suites[] = { variable
2173 wdev->wiphy->cipher_suites = cipher_suites;
2174 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/drivers/net/wireless/wl12xx/
H A Dmain.c4883 static const u32 cipher_suites[] = { local
4913 wl->hw->wiphy->cipher_suites = cipher_suites;
4914 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/drivers/net/wireless/
H A Drndis_wlan.c496 u32 cipher_suites[ARRAY_SIZE(rndis_cipher_suites)]; member in struct:rndis_wlan_private
3495 memcpy(priv->cipher_suites, rndis_cipher_suites,
3497 wiphy->cipher_suites = priv->cipher_suites;

Completed in 334 milliseconds