Home
last modified time | relevance | path

Searched refs:auth_macs (Results 1 – 4 of 4) sorted by relevance

/hostap-3.6.0/src/wps/
Dwps_attr_build.c209 const u8 *auth_macs, size_t auth_macs_count, in wps_build_wfa_ext() argument
221 (auth_macs ? 2 + auth_macs_count * ETH_ALEN : 0)) in wps_build_wfa_ext()
239 if (auth_macs && auth_macs_count) { in wps_build_wfa_ext()
245 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext()
248 MAC2STR(&auth_macs[i * ETH_ALEN])); in wps_build_wfa_ext()
Dwps_i.h168 const u8 *auth_macs, size_t auth_macs_count,
Dwps_er.c1508 const u8 *auth_macs; in wps_er_set_sel_reg() local
1522 auth_macs = wps_authorized_macs(reg, &count); in wps_er_set_sel_reg()
1525 auth_macs = bcast; in wps_er_set_sel_reg()
1533 wps_build_wfa_ext(msg, 0, auth_macs, count, 0) || in wps_er_set_sel_reg()
Dwps_registrar.c1307 const u8 *auth_macs; in wps_set_ie() local
1327 auth_macs = wps_authorized_macs(reg, &count); in wps_set_ie()
1339 wps_build_wfa_ext(beacon, 0, auth_macs, count, 0) || in wps_set_ie()
1364 wps_build_wfa_ext(probe, 0, auth_macs, count, 0) || in wps_set_ie()