Searched refs:rsn_cipher_algo_lookup_tbl (Results 1 – 5 of 5) sorted by relevance
1184 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable4607 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()
1170 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable4593 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()
1411 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable5688 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;
1409 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable5686 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;
1292 static const rsn_cipher_algo_entry_t rsn_cipher_algo_lookup_tbl[] = { variable5559 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;