Home
last modified time | relevance | path

Searched refs:rsn_selection (Results 1 – 11 of 11) sorted by relevance

/hostap-latest/src/ap/
Dwpa_auth.c1049 os_free(sm->rsn_selection);
3923 ((rsn_is_snonce_cookie(sm->SNonce) && !kde.rsn_selection) ||
3924 (!rsn_is_snonce_cookie(sm->SNonce) && kde.rsn_selection) ||
3925 (sm->rsn_selection && !kde.rsn_selection) ||
3926 (!sm->rsn_selection && kde.rsn_selection) ||
3927 (sm->rsn_selection && kde.rsn_selection &&
3929 os_memcmp(sm->rsn_selection, kde.rsn_selection,
3937 sm->rsn_selection, sm->rsn_selection_len);
3939 kde.rsn_selection, kde.rsn_selection_len);
6969 os_free(sm->rsn_selection);
[all …]
Dwpa_auth_i.h114 u8 *rsn_selection; member
Ddrv_callbacks.c516 wpa_auth_set_rsn_selection(sta->wpa_sm, elems.rsn_selection, in hostapd_notif_assoc()
Dieee802_11.c1938 wpa_auth_set_rsn_selection(sta->wpa_sm, elems.rsn_selection, in handle_auth_fils()
4136 wpa_auth_set_rsn_selection(sta->wpa_sm, elems->rsn_selection, in __check_assoc_ies()
/hostap-latest/wlantest/
Drx_mgmt.c803 if ((sta->rsn_selection == RSN_SELECTION_RSNE_OVERRIDE || in process_ft_auth()
804 sta->rsn_selection == RSN_SELECTION_RSNE_OVERRIDE_2) && in process_ft_auth()
1215 if (elems.rsn_selection) { in rx_mgmt_assoc_req()
1216 sta->rsn_selection = elems.rsn_selection[0]; in rx_mgmt_assoc_req()
1218 sta->rsn_selection); in rx_mgmt_assoc_req()
1220 sta->rsn_selection = RSN_SELECTION_RSNE; in rx_mgmt_assoc_req()
2729 if ((sta->rsn_selection == RSN_SELECTION_RSNE_OVERRIDE || in rx_mgmt_action_ft_response()
2730 sta->rsn_selection == RSN_SELECTION_RSNE_OVERRIDE_2) && in rx_mgmt_action_ft_response()
Dwlantest.h125 enum rsn_selection_variant rsn_selection; member
Drx_eapol.c194 if ((sta->rsn_selection == RSN_SELECTION_RSNE_OVERRIDE || in try_pmk()
195 sta->rsn_selection == RSN_SELECTION_RSNE_OVERRIDE_2) && in try_pmk()
/hostap-latest/src/common/
Dieee802_11_common.h122 const u8 *rsn_selection; member
Dwpa_common.h716 const u8 *rsn_selection; member
Dwpa_common.c3675 ie->rsn_selection = p; in wpa_parse_generic()
3679 ie->rsn_selection, ie->rsn_selection_len); in wpa_parse_generic()
Dieee802_11_common.c161 elems->rsn_selection = pos + 4; in ieee802_11_parse_vendor_specific()