Searched refs:authorized_macs_union (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c131 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member in struct:wps_registrar
563 if (is_zero_ether_addr(reg->authorized_macs_union[*count]))
569 return (const u8 *) reg->authorized_macs_union;
3184 if (is_zero_ether_addr(reg->authorized_macs_union[i]))
3192 os_memcpy(reg->authorized_macs_union[i],
3197 (u8 *) reg->authorized_macs_union,
3198 sizeof(reg->authorized_macs_union));
3244 os_memcpy(reg->authorized_macs_union, reg->authorized_macs,
3247 (u8 *) reg->authorized_macs_union,
3248 sizeof(reg->authorized_macs_union));
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c131 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member in struct:wps_registrar
563 if (is_zero_ether_addr(reg->authorized_macs_union[*count]))
569 return (const u8 *) reg->authorized_macs_union;
3184 if (is_zero_ether_addr(reg->authorized_macs_union[i]))
3192 os_memcpy(reg->authorized_macs_union[i],
3197 (u8 *) reg->authorized_macs_union,
3198 sizeof(reg->authorized_macs_union));
3244 os_memcpy(reg->authorized_macs_union, reg->authorized_macs,
3247 (u8 *) reg->authorized_macs_union,
3248 sizeof(reg->authorized_macs_union));
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c131 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member in struct:wps_registrar
563 if (is_zero_ether_addr(reg->authorized_macs_union[*count]))
569 return (const u8 *) reg->authorized_macs_union;
3184 if (is_zero_ether_addr(reg->authorized_macs_union[i]))
3192 os_memcpy(reg->authorized_macs_union[i],
3197 (u8 *) reg->authorized_macs_union,
3198 sizeof(reg->authorized_macs_union));
3244 os_memcpy(reg->authorized_macs_union, reg->authorized_macs,
3247 (u8 *) reg->authorized_macs_union,
3248 sizeof(reg->authorized_macs_union));
[all...]

Completed in 84 milliseconds