Searched refs:bcast (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps.c | 343 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_is_addr_authorized() local 377 if (os_memcmp(pos, bcast, ETH_ALEN) == 0) { in wps_is_addr_authorized()
|
D | wps_registrar.c | 847 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_registrar_remove_pin() local 850 addr = bcast; in wps_registrar_remove_pin()
|