Searched refs:auth_macs (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/ |
D | wps_attr_build.c | 195 const u8 *auth_macs, size_t auth_macs_count) in wps_build_wfa_ext() argument 216 if (auth_macs && auth_macs_count) { in wps_build_wfa_ext() 222 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext() 225 MAC2STR(&auth_macs[i * ETH_ALEN])); in wps_build_wfa_ext()
|
D | wps_i.h | 167 const u8 *auth_macs, size_t auth_macs_count);
|
D | wps_registrar.c | 1237 const u8 *auth_macs; in wps_set_ie() local 1261 auth_macs = wps_authorized_macs(reg, &count); in wps_set_ie() 1273 wps_build_wfa_ext(beacon, 0, auth_macs, count) || in wps_set_ie() 1303 wps_build_wfa_ext(probe, 0, auth_macs, count) || in wps_set_ie()
|