Lines Matching refs:pairwise

1173 	int pairwise; /* Pairwise cipher suite, WPA_CIPHER_* */  member
1191 int pairwise; /* Pairwise cipher suite, WPA_CIPHER_* */ member
1323 const u8 *pmk_r0_name, int pairwise, in wpa_ft_store_pmk_r0() argument
1344 r0->pairwise = pairwise; in wpa_ft_store_pmk_r0()
1410 const u8 *pmk_r1_name, int pairwise, in wpa_ft_store_pmk_r1() argument
1435 r1->pairwise = pairwise; in wpa_ft_store_pmk_r1()
1476 u8 *pmk_r1, size_t *pmk_r1_len, int *pairwise, in wpa_ft_fetch_pmk_r1() argument
1494 if (pairwise) in wpa_ft_fetch_pmk_r1()
1495 *pairwise = r1->pairwise; in wpa_ft_fetch_pmk_r1()
2072 pmk_r0_name, sm->pairwise, &vlan, expires_in, in wpa_ft_store_pmk_fils()
2134 sm->pairwise, &vlan, expires_in, in wpa_auth_derive_ptk_ft()
2146 sm->pmk_r1_name, sm->pairwise, &vlan, in wpa_auth_derive_ptk_ft()
2152 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise); in wpa_auth_derive_ptk_ft()
2632 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()
2633 klen = wpa_cipher_key_len(sm->pairwise); in wpa_ft_install_ptk()
2634 if (!wpa_cipher_valid_pairwise(sm->pairwise)) { in wpa_ft_install_ptk()
2636 "PTK configuration", sm->pairwise); in wpa_ft_install_ptk()
2684 int pairwise; in wpa_ft_psk_pmk_r1() local
2686 pairwise = sm->pairwise; in wpa_ft_psk_pmk_r1()
2708 *out_pairwise = pairwise; in wpa_ft_psk_pmk_r1()
2780 sm->pairwise = wpa_pick_pairwise_cipher(ciphers, 0); in wpa_ft_set_key_mgmt()
2833 sm->pairwise, r0->vlan, expires_in, session_timeout, in wpa_ft_local_derive_pmk_r1()
2837 *out_pairwise = sm->pairwise; in wpa_ft_local_derive_pmk_r1()
2873 int pairwise, session_timeout = 0; in wpa_ft_process_auth_req() local
2956 if (wpa_ft_psk_pmk_r1(sm, pmk_r1_name, pmk_r1, &pairwise, in wpa_ft_process_auth_req()
2964 pmk_r1, &pmk_r1_len, &pairwise, &vlan, in wpa_ft_process_auth_req()
2972 pmk_r1_name, pmk_r1, &pairwise, in wpa_ft_process_auth_req()
3013 pairwise) < 0) in wpa_ft_process_auth_req()
3016 sm->pairwise = pairwise; in wpa_ft_process_auth_req()
3548 WPA_PUT_LE16(f_pairwise, pmk_r0->pairwise); in wpa_ft_rrb_build_r0()
3757 int pairwise; in wpa_ft_rrb_rx_r1() local
3833 RRB_GET(FT_RRB_PAIRWISE, pairwise, msgtype, sizeof(le16)); in wpa_ft_rrb_rx_r1()
3849 pairwise = WPA_GET_LE16(f_pairwise); in wpa_ft_rrb_rx_r1()
3890 pairwise, &vlan, expires_in, session_timeout, in wpa_ft_rrb_rx_r1()