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

/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_attr_build.c207 const u8 *auth_macs, size_t auth_macs_count,
219 (auth_macs ? 2 + auth_macs_count * ETH_ALEN : 0))
237 if (auth_macs && auth_macs_count) {
243 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN);
246 MAC2STR(&auth_macs[i * ETH_ALEN]));
206 wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, const u8 *auth_macs, size_t auth_macs_count, u8 multi_ap_subelem) argument
H A Dwps_i.h168 const u8 *auth_macs, size_t auth_macs_count,
H A Dwps_er.c1508 const u8 *auth_macs; local
1522 auth_macs = wps_authorized_macs(reg, &count);
1525 auth_macs = bcast;
1533 wps_build_wfa_ext(msg, 0, auth_macs, count, 0) ||
H A Dwps_registrar.c1297 const u8 *auth_macs; local
1321 auth_macs = wps_authorized_macs(reg, &count);
1333 wps_build_wfa_ext(beacon, 0, auth_macs, count, 0) ||
1363 wps_build_wfa_ext(probe, 0, auth_macs, count, 0) ||

Completed in 81 milliseconds