Searched refs:auth_macs (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_build.c | 215 const u8 *auth_macs, size_t auth_macs_count, in wps_build_wfa_ext() argument 227 (auth_macs ? 2 + auth_macs_count * ETH_ALEN : 0)) in wps_build_wfa_ext() 245 if (auth_macs && auth_macs_count) { in wps_build_wfa_ext() 251 wpabuf_put_data(msg, auth_macs, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext() 254 MAC2STR(&auth_macs[i * ETH_ALEN])); in wps_build_wfa_ext()
|
D | wps_i.h | 170 const u8 *auth_macs, size_t auth_macs_count,
|
D | wps_registrar.c | 1323 const u8 *auth_macs; in wps_set_ie() local 1343 auth_macs = wps_authorized_macs(reg, &count); in wps_set_ie() 1355 wps_build_wfa_ext(beacon, 0, auth_macs, count, 0) || in wps_set_ie() 1380 wps_build_wfa_ext(probe, 0, auth_macs, count, 0) || in wps_set_ie()
|