HomeSort by: relevance | last modified time | path
    Searched refs:auth_macs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps_attr_build.c 209 const u8 *auth_macs, size_t auth_macs_count,
221 (auth_macs ? 2 + auth_macs_count * ETH_ALEN : 0))
239 if (auth_macs && auth_macs_count) {
245 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN);
248 MAC2STR(&auth_macs[i * ETH_ALEN]));
wps_i.h 169 const u8 *auth_macs, size_t auth_macs_count,
wps_er.c 1508 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) ||
wps_registrar.c 1306 const u8 *auth_macs; local
1326 auth_macs = wps_authorized_macs(reg, &count);
1338 wps_build_wfa_ext(beacon, 0, auth_macs, count, 0) ||
1363 wps_build_wfa_ext(probe, 0, auth_macs, count, 0) ||

Completed in 19 milliseconds