Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_registrar.c183 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member
646 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) in wps_authorized_macs()
651 return (const u8 *) reg->authorized_macs_union; in wps_authorized_macs()
3503 if (is_zero_ether_addr(reg->authorized_macs_union[i])) in wps_registrar_sel_reg_add()
3511 os_memcpy(reg->authorized_macs_union[i], in wps_registrar_sel_reg_add()
3516 (u8 *) reg->authorized_macs_union, in wps_registrar_sel_reg_add()
3517 sizeof(reg->authorized_macs_union)); in wps_registrar_sel_reg_add()
3564 os_memcpy(reg->authorized_macs_union, reg->authorized_macs, in wps_registrar_selected_registrar_changed()
3567 (u8 *) reg->authorized_macs_union, in wps_registrar_selected_registrar_changed()
3568 sizeof(reg->authorized_macs_union)); in wps_registrar_selected_registrar_changed()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_registrar.c184 u8 authorized_macs_union[WPS_MAX_AUTHORIZED_MACS][ETH_ALEN]; member
647 if (is_zero_ether_addr(reg->authorized_macs_union[*count])) in wps_authorized_macs()
652 return (const u8 *) reg->authorized_macs_union; in wps_authorized_macs()
3495 if (is_zero_ether_addr(reg->authorized_macs_union[i])) in wps_registrar_sel_reg_add()
3503 os_memcpy(reg->authorized_macs_union[i], in wps_registrar_sel_reg_add()
3508 (u8 *) reg->authorized_macs_union, in wps_registrar_sel_reg_add()
3509 sizeof(reg->authorized_macs_union)); in wps_registrar_sel_reg_add()
3556 os_memcpy(reg->authorized_macs_union, reg->authorized_macs, in wps_registrar_selected_registrar_changed()
3559 (u8 *) reg->authorized_macs_union, in wps_registrar_selected_registrar_changed()
3560 sizeof(reg->authorized_macs_union)); in wps_registrar_selected_registrar_changed()
[all...]

Completed in 8 milliseconds