HomeSort by relevance Sort by last modified time
    Searched refs:auth_macs (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 177 const u8 *auth_macs, size_t auth_macs_count)
198 if (auth_macs && auth_macs_count) {
204 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN);
207 MAC2STR(&auth_macs[i * ETH_ALEN]));
wps_i.h 256 const u8 *auth_macs, size_t auth_macs_count);
wps_er.c 1463 const u8 *auth_macs; local
    [all...]
wps_registrar.c 1114 const u8 *auth_macs; local
1138 auth_macs = wps_authorized_macs(reg, &count);
1150 wps_build_wfa_ext(beacon, 0, auth_macs, count) ||
1180 wps_build_wfa_ext(probe, 0, auth_macs, count) ||
    [all...]

Completed in 167 milliseconds