Searched refs:mcstCipher (Results 1 – 3 of 3) sorted by relevance
6340 _Cipher_t *mcstCipher, in process_rsn_ie() argument6404 mcstCipher->ccmp = true; in process_rsn_ie()6408 mcstCipher->tkip = true; in process_rsn_ie()6412 mcstCipher->wep104 = true; in process_rsn_ie()6416 mcstCipher->wep40 = true; in process_rsn_ie()6532 _Cipher_t *mcstCipher, in process_wpa_ie() argument6589 mcstCipher->ccmp = true; in process_wpa_ie()6593 mcstCipher->tkip = true; in process_wpa_ie()6597 mcstCipher->wep104 = true; in process_wpa_ie()6601 mcstCipher->wep40 = true; in process_wpa_ie()
2498 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()2500 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()2509 network->security.mcstCipher.ccmp = res->rsn_mcstCipher.ccmp; in update_network_params()2513 network->security.mcstCipher.tkip = res->rsn_mcstCipher.tkip; in update_network_params()2522 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()2526 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()
1209 struct wlan_cipher mcstCipher; member