Home
last modified time | relevance | path

Searched refs:auth_macs_count (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_attr_build.c195 const u8 *auth_macs, size_t auth_macs_count) in wps_build_wfa_ext() argument
216 if (auth_macs && auth_macs_count) { in wps_build_wfa_ext()
219 (int) auth_macs_count); in wps_build_wfa_ext()
221 wpabuf_put_u8(msg, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext()
222 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext()
223 for (i = 0; i < auth_macs_count; i++) in wps_build_wfa_ext()
Dwps_i.h167 const u8 *auth_macs, size_t auth_macs_count);