Lines Matching refs:tkip
1411 if (res->wpa_ucstCipher.tkip != 0U) in security_profile_matches()
1421 return (int)!res->wpa_ucstCipher.tkip; in security_profile_matches()
2066 … wlan.networks[wlan.cur_network_idx].security.ucstCipher.tkip, 0, false); in do_connect()
2498 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()
2499 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()
2513 network->security.mcstCipher.tkip = res->rsn_mcstCipher.tkip; in update_network_params()
2517 network->security.ucstCipher.tkip = res->rsn_ucstCipher.tkip; in update_network_params()
2519 … if (!res->rsn_mcstCipher.tkip && !res->rsn_ucstCipher.tkip && !res->rsn_mcstCipher.ccmp && in update_network_params()
2526 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()
2530 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()
2565 …rapper_wifi_assoc(res->bssid, (int)network->security.type, (bool)network->security.ucstCipher.tkip, in start_association()