Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_build.c215 const u8 *auth_macs, size_t auth_macs_count, in wps_build_wfa_ext() argument
227 (auth_macs ? 2 + auth_macs_count * ETH_ALEN : 0)) in wps_build_wfa_ext()
245 if (auth_macs && auth_macs_count) { in wps_build_wfa_ext()
248 (int) auth_macs_count); in wps_build_wfa_ext()
250 wpabuf_put_u8(msg, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext()
251 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext()
252 for (i = 0; i < auth_macs_count; i++) in wps_build_wfa_ext()
Dwps_i.h170 const u8 *auth_macs, size_t auth_macs_count,