Lines Matching refs:ccmp
2500 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()
2501 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()
2509 network->security.mcstCipher.ccmp = res->rsn_mcstCipher.ccmp; in update_network_params()
2510 network->security.ucstCipher.ccmp = res->rsn_ucstCipher.ccmp; in update_network_params()
2511 if (!res->rsn_mcstCipher.ccmp) in update_network_params()
2515 if (!res->rsn_ucstCipher.ccmp) in update_network_params()
2519 … if (!res->rsn_mcstCipher.tkip && !res->rsn_ucstCipher.tkip && !res->rsn_mcstCipher.ccmp && in update_network_params()
2520 !res->rsn_ucstCipher.ccmp) in update_network_params()
2522 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()
2523 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()
2524 if (!res->wpa_mcstCipher.ccmp) in update_network_params()
2528 if (!res->wpa_ucstCipher.ccmp) in update_network_params()