Searched refs:rsn_data (Results 1 – 2 of 2) sorted by relevance
897 struct wpa_ie_data *rsn_data, in wpas_pasn_set_pmk() argument929 if (rsn_data->num_pmkid) { in wpas_pasn_set_pmk()933 rsn_data->pmkid, NULL, in wpas_pasn_set_pmk()1340 struct wpa_ie_data rsn_data; in wpas_pasn_auth_rx() local1452 &rsn_data); in wpas_pasn_auth_rx()1458 ret = wpa_pasn_validate_rsne(&rsn_data); in wpas_pasn_auth_rx()1464 if (pasn->akmp != rsn_data.key_mgmt || in wpas_pasn_auth_rx()1465 pasn->cipher != rsn_data.pairwise_cipher) { in wpas_pasn_auth_rx()1512 ret = wpas_pasn_set_pmk(wpa_s, &rsn_data, &pasn_params, wrapped_data); in wpas_pasn_auth_rx()
3099 struct wpa_ie_data rsn_data; in handle_auth_pasn_1() local3130 &rsn_data); in handle_auth_pasn_1()3137 ret = wpa_pasn_validate_rsne(&rsn_data); in handle_auth_pasn_1()3144 if (!(rsn_data.key_mgmt & hapd->conf->wpa_key_mgmt) || in handle_auth_pasn_1()3145 !(rsn_data.pairwise_cipher & hapd->conf->rsn_pairwise)) { in handle_auth_pasn_1()3151 sta->pasn->akmp = rsn_data.key_mgmt; in handle_auth_pasn_1()3152 sta->pasn->cipher = rsn_data.pairwise_cipher; in handle_auth_pasn_1()3310 if (rsn_data.num_pmkid) { in handle_auth_pasn_1()3316 rsn_data.pmkid, in handle_auth_pasn_1()3337 rsn_data.pmkid); in handle_auth_pasn_1()