Searched refs:auth_macs (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_build.c | 206 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()
|
D | wps_i.h | 166 const u8 *auth_macs, size_t auth_macs_count);
|
D | wps_er.c | 1508 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) || in wps_er_set_sel_reg()
|
D | wps_registrar.c | 1248 const u8 *auth_macs; in wps_set_ie() local 1272 auth_macs = wps_authorized_macs(reg, &count); in wps_set_ie() 1284 wps_build_wfa_ext(beacon, 0, auth_macs, count) || in wps_set_ie() 1314 wps_build_wfa_ext(probe, 0, auth_macs, count) || in wps_set_ie()
|