Searched refs:authorized_macs_union (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_registrar.c | 181 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member in struct:wps_registrar 622 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) 628 return (const u8 *) reg->authorized_macs_union; 3316 if (is_zero_ether_addr(reg->authorized_macs_union[i])) 3324 os_memcpy(reg->authorized_macs_union[i], 3329 (u8 *) reg->authorized_macs_union, 3330 sizeof(reg->authorized_macs_union)); 3377 os_memcpy(reg->authorized_macs_union, reg->authorized_macs, 3380 (u8 *) reg->authorized_macs_union, 3381 sizeof(reg->authorized_macs_union)); [all...] |
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_registrar.c | 181 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member in struct:wps_registrar 622 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) 628 return (const u8 *) reg->authorized_macs_union; 3316 if (is_zero_ether_addr(reg->authorized_macs_union[i])) 3324 os_memcpy(reg->authorized_macs_union[i], 3329 (u8 *) reg->authorized_macs_union, 3330 sizeof(reg->authorized_macs_union)); 3377 os_memcpy(reg->authorized_macs_union, reg->authorized_macs, 3380 (u8 *) reg->authorized_macs_union, 3381 sizeof(reg->authorized_macs_union)); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_registrar.c | 181 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member in struct:wps_registrar 622 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) 628 return (const u8 *) reg->authorized_macs_union; 3316 if (is_zero_ether_addr(reg->authorized_macs_union[i])) 3324 os_memcpy(reg->authorized_macs_union[i], 3329 (u8 *) reg->authorized_macs_union, 3330 sizeof(reg->authorized_macs_union)); 3377 os_memcpy(reg->authorized_macs_union, reg->authorized_macs, 3380 (u8 *) reg->authorized_macs_union, 3381 sizeof(reg->authorized_macs_union)); [all...] |
Completed in 144 milliseconds