Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c1184 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable
4607 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) { in wl_rsn_cipher_wsec_algo_lookup()
4608 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) { in wl_rsn_cipher_wsec_algo_lookup()
4609 return rsn_cipher_algo_lookup_tbl[i].wsec_algo; in wl_rsn_cipher_wsec_algo_lookup()
4620 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) { in wl_rsn_cipher_wsec_key_algo_lookup()
4621 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) { in wl_rsn_cipher_wsec_key_algo_lookup()
4622 return rsn_cipher_algo_lookup_tbl[i].wsec_key_algo; in wl_rsn_cipher_wsec_key_algo_lookup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c1170 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable
4593 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) { in wl_rsn_cipher_wsec_algo_lookup()
4594 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) { in wl_rsn_cipher_wsec_algo_lookup()
4595 return rsn_cipher_algo_lookup_tbl[i].wsec_algo; in wl_rsn_cipher_wsec_algo_lookup()
4606 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) { in wl_rsn_cipher_wsec_key_algo_lookup()
4607 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) { in wl_rsn_cipher_wsec_key_algo_lookup()
4608 return rsn_cipher_algo_lookup_tbl[i].wsec_key_algo; in wl_rsn_cipher_wsec_key_algo_lookup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c1411 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable
5688 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) {
5689 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) {
5690 return rsn_cipher_algo_lookup_tbl[i].wsec_algo;
5701 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) {
5702 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) {
5703 return rsn_cipher_algo_lookup_tbl[i].wsec_key_algo;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c1409 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable
5686 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) {
5687 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) {
5688 return rsn_cipher_algo_lookup_tbl[i].wsec_algo;
5699 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) {
5700 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) {
5701 return rsn_cipher_algo_lookup_tbl[i].wsec_key_algo;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c1292 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable
5559 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) {
5560 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) {
5561 return rsn_cipher_algo_lookup_tbl[i].wsec_algo;
5572 for (i = 0; i < ARRAYSIZE(rsn_cipher_algo_lookup_tbl); i++) {
5573 if (cipher == rsn_cipher_algo_lookup_tbl[i].cipher_suite) {
5574 return rsn_cipher_algo_lookup_tbl[i].wsec_key_algo;