Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c206 const u8 *auth_macs, size_t auth_macs_count) in wps_build_wfa_ext() argument
217 (auth_macs ? 2 + auth_macs_count * ETH_ALEN : 0)) in wps_build_wfa_ext()
235 if (auth_macs && auth_macs_count) { in wps_build_wfa_ext()
241 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext()
244 MAC2STR(&auth_macs[i * ETH_ALEN])); in wps_build_wfa_ext()
Dwps_i.h166 const u8 *auth_macs, size_t auth_macs_count);
Dwps_er.c1509 const u8 *auth_macs; in wps_er_set_sel_reg() local
1523 auth_macs = wps_authorized_macs(reg, &count); in wps_er_set_sel_reg()
1526 auth_macs = bcast; in wps_er_set_sel_reg()
1534 wps_build_wfa_ext(msg, 0, auth_macs, count) || in wps_er_set_sel_reg()
Dwps_registrar.c1246 const u8 *auth_macs; in wps_set_ie() local
1270 auth_macs = wps_authorized_macs(reg, &count); in wps_set_ie()
1282 wps_build_wfa_ext(beacon, 0, auth_macs, count) || in wps_set_ie()
1312 wps_build_wfa_ext(probe, 0, auth_macs, count) || in wps_set_ie()