Searched refs:copy_supp_rates (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_mpm.c | 122 static u16 copy_supp_rates(struct wpa_supplicant *wpa_s, in copy_supp_rates() function 755 if (copy_supp_rates(wpa_s, sta, elems)) { in mesh_mpm_add_peer()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | tdls.c | 1664 static int copy_supp_rates(const struct wpa_eapol_ie_parse *kde, in copy_supp_rates() function 2053 if (copy_supp_rates(&kde, peer) < 0) in wpa_tdls_process_tpk_m1() 2471 if (copy_supp_rates(&kde, peer) < 0) in wpa_tdls_process_tpk_m2()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 3553 static u16 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta, in copy_supp_rates() function 3941 resp = copy_supp_rates(hapd, sta, elems); in __check_assoc_ies()
|