Searched refs:ucstCipher (Results 1 – 3 of 3) sorted by relevance
6341 _Cipher_t *ucstCipher, in process_rsn_ie() argument6435 ucstCipher->ccmp = true; in process_rsn_ie()6439 ucstCipher->tkip = true; in process_rsn_ie()6533 _Cipher_t *ucstCipher, in process_wpa_ie() argument6622 ucstCipher->ccmp = true; in process_wpa_ie()6626 ucstCipher->tkip = true; in process_wpa_ie()
2066 … wlan.networks[wlan.cur_network_idx].security.ucstCipher.tkip, 0, false); in do_connect()2499 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()2501 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()2510 network->security.ucstCipher.ccmp = res->rsn_ucstCipher.ccmp; in update_network_params()2517 network->security.ucstCipher.tkip = res->rsn_ucstCipher.tkip; in update_network_params()2523 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; 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()
1211 struct wlan_cipher ucstCipher; member