Searched refs:merge_byte_arrays (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/ap/ |
D | ap_list.c | 192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX, in ap_list_process_beacon()
|
D | ieee802_11.c | 3583 sta->supported_rates_len = merge_byte_arrays( in copy_supp_rates()
|
/hostap-latest/src/utils/ |
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()
|
D | common.h | 556 size_t merge_byte_arrays(u8 *res, size_t res_len,
|
D | common.c | 734 size_t merge_byte_arrays(u8 *res, size_t res_len, in merge_byte_arrays() function
|
/hostap-latest/wpa_supplicant/ |
D | mesh_mpm.c | 141 sta->supported_rates_len = merge_byte_arrays( in copy_supp_rates()
|
/hostap-latest/src/rsn_supp/ |
D | tdls.c | 1671 peer->supp_rates_len = merge_byte_arrays( in copy_supp_rates()
|