Searched refs:merge_byte_arrays (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_list.c | 192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX, in ap_list_process_beacon()
|
H A D | ieee802_11.c | 3578 sta->supported_rates_len = merge_byte_arrays( in copy_supp_rates()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | utils_module_tests.c | 383 if (merge_byte_arrays(bin, 3, addr, ETH_ALEN, NULL, 0) != 3 || in common_tests() 384 merge_byte_arrays(bin, 3, NULL, 0, addr, ETH_ALEN) != 3) in common_tests()
|
H A D | common.h | 533 size_t merge_byte_arrays(u8 *res, size_t res_len,
|
H A D | common.c | 734 size_t merge_byte_arrays(u8 *res, size_t res_len, in merge_byte_arrays() function
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_mpm.c | 141 sta->supported_rates_len = merge_byte_arrays( in copy_supp_rates()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | tdls.c | 1671 peer->supp_rates_len = merge_byte_arrays( in copy_supp_rates()
|