Home
last modified time | relevance | path

Searched refs:cipher_suites (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h288 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; member
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1420 static const u32 cipher_suites[] = { in wcn36xx_init_ieee80211() local
1450 wcn->hw->wiphy->cipher_suites = cipher_suites; in wcn36xx_init_ieee80211()
1451 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wcn36xx_init_ieee80211()
/linux/net/wireless/
H A Dutil.c239 if (cipher == wiphy->cipher_suites[i]) in cfg80211_supported_cipher_suite()
251 switch (wiphy->cipher_suites[i]) { in cfg80211_igtk_cipher_supported()
H A Dwext-compat.c162 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange()
H A Dnl80211.c3136 rdev->wiphy.cipher_suites)) in nl80211_send_wiphy()
12649 if (key.p.cipher == rdev->wiphy.cipher_suites[i]) { in nl80211_process_links()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c35 static const u32 cipher_suites[] = {
2432 /* WLAN_CIPHER_SUITE_AES_CMAC must be last in cipher_suites; in wl12xx_init_fw()
2436 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites) - 1; in wl12xx_init_fw()
6239 wl->hw->wiphy->cipher_suites = cipher_suites; in wl1271_init_ieee80211()
6240 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
6201 static const u32 cipher_suites[] = { wl1271_init_ieee80211() local
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c9973 static const u32 cipher_suites[] = { in ath10k_mac_register() local
10315 ar->hw->wiphy->cipher_suites = cipher_suites; in ath10k_mac_register()
10322 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c174 hw->wiphy->cipher_suites = mld_ciphers; in iwl_mld_hw_set_security()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14730 static const u32 cipher_suites[] = { in ath12k_mac_hw_register()
14909 wiphy->cipher_suites = cipher_suites; in __ath12k_mac_mlo_teardown()
14910 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath12k_mac_mlo_teardown()
14479 static const u32 cipher_suites[] = { ath12k_mac_hw_register() local
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4798 wiphy->cipher_suites = mwifiex_cipher_suites; in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c11350 wdev->wiphy->cipher_suites = ipw_cipher_suites; in ipw_wdev_init()