Searched refs:rsn_data (Results 1 – 2 of 2) sorted by relevance
842 struct wpa_ie_data *rsn_data, in wpas_pasn_set_pmk() argument874 if (rsn_data->num_pmkid) { in wpas_pasn_set_pmk()878 rsn_data->pmkid, NULL, in wpas_pasn_set_pmk()1223 struct wpa_ie_data rsn_data; in wpas_pasn_auth_rx() local1319 &rsn_data); in wpas_pasn_auth_rx()1325 ret = wpa_pasn_validate_rsne(&rsn_data); in wpas_pasn_auth_rx()1331 if (pasn->akmp != rsn_data.key_mgmt || in wpas_pasn_auth_rx()1332 pasn->cipher != rsn_data.pairwise_cipher) { in wpas_pasn_auth_rx()1367 ret = wpas_pasn_set_pmk(wpa_s, &rsn_data, &pasn_params, wrapped_data); in wpas_pasn_auth_rx()
3008 struct wpa_ie_data rsn_data; in handle_auth_pasn_1() local3039 &rsn_data); in handle_auth_pasn_1()3046 ret = wpa_pasn_validate_rsne(&rsn_data); in handle_auth_pasn_1()3053 if (!(rsn_data.key_mgmt & hapd->conf->wpa_key_mgmt) || in handle_auth_pasn_1()3054 !(rsn_data.pairwise_cipher & hapd->conf->rsn_pairwise)) { in handle_auth_pasn_1()3060 sta->pasn->akmp = rsn_data.key_mgmt; in handle_auth_pasn_1()3061 sta->pasn->cipher = rsn_data.pairwise_cipher; in handle_auth_pasn_1()3178 if (rsn_data.num_pmkid) { in handle_auth_pasn_1()3184 rsn_data.pmkid, in handle_auth_pasn_1()3205 rsn_data.pmkid); in handle_auth_pasn_1()