Searched refs:cipher_preference (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_join.c | 336 t_u8 cipher_preference[11] = {0, 0, 1, 0, 2, 0, 0, 0, 4, 5, 3}; local 338 t_u8 cipher_preference[5] = {0, 0, 1, 0, 2}; local 386 … if ((ptr[3] < sizeof(cipher_preference)) && (cipher_preference[ptr[3]] > preference_selected)) 388 preference_selected = cipher_preference[ptr[3]];
|