Searched refs:auth_macs_count (Results 1 – 2 of 2) sorted by relevance
195 const u8 *auth_macs, size_t auth_macs_count) in wps_build_wfa_ext() argument216 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()
167 const u8 *auth_macs, size_t auth_macs_count);