Lines Matching refs:cipher
35 int cipher; member
82 int akmp, int cipher, u8 status, in wpas_pasn_auth_status() argument
302 peer->cipher = pairwise_cipher; in wpas_pasn_get_params_from_bss()
312 int cipher, int akmp) in wpas_pasn_set_keys_from_cache() argument
316 entry = ptksa_cache_get(wpa_s->ptksa, peer_addr, cipher); in wpas_pasn_set_keys_from_cache()
333 wpa_drv_set_secure_ranging_ctx(wpa_s, own_addr, peer_addr, cipher, in wpas_pasn_set_keys_from_cache()
365 peer->cipher, in wpas_pasn_configure_next_peer()
380 peer->cipher, peer->group, in wpas_pasn_configure_next_peer()
464 int cipher) in wpas_pasn_allowed() argument
496 !(rsne_data.pairwise_cipher & cipher)) { in wpas_pasn_allowed()
541 awork->cipher); in wpas_pasn_auth_start_cb()
653 awork->peer_addr, awork->akmp, awork->cipher, in wpas_pasn_auth_start_cb()
679 int akmp, int cipher, u16 group, int network_id, in wpas_pasn_auth_start() argument
686 MAC2STR(peer_addr), akmp, cipher); in wpas_pasn_auth_start()
710 bss = wpas_pasn_allowed(wpa_s, peer_addr, akmp, cipher); in wpas_pasn_auth_start()
723 awork->cipher = cipher; in wpas_pasn_auth_start()
769 int cipher = pasn_get_cipher(pasn); in wpas_pasn_immediate_retry() local
779 return wpas_pasn_auth_start(wpa_s, own_addr, peer_addr, akmp, cipher, in wpas_pasn_immediate_retry()