Home
last modified time | relevance | path

Searched refs:n_cipher_suites (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1095 u8 n_cipher_suites; member
/linux/net/wireless/
H A Dutil.c238 for (i = 0; i < wiphy->n_cipher_suites; i++) in cfg80211_supported_cipher_suite()
250 for (i = 0; i < wiphy->n_cipher_suites; i++) { in cfg80211_igtk_cipher_supported()
H A Dwext-compat.c161 for (i = 0; i < wdev->wiphy->n_cipher_suites; i++) { in cfg80211_wext_giwrange()
H A Dnl80211.c3135 sizeof(u32) * rdev->wiphy.n_cipher_suites, in nl80211_send_wiphy()
12648 for (i = 0; i < rdev->wiphy.n_cipher_suites; i++) { in nl80211_process_links()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c10321 if (!ar->hw_params.n_cipher_suites || in ath10k_mac_register()
10322 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
10324 ar->hw_params.n_cipher_suites); in ath10k_mac_register()
10325 ar->hw_params.n_cipher_suites = 8; in ath10k_mac_register()
10327 ar->hw->wiphy->n_cipher_suites = ar->hw_params.n_cipher_suites; in ath10k_mac_register()