Searched refs:bcast (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c299 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
319 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1504 u8 bcast[ETH_ALEN]; local
1521 os_memset(bcast, 0xff, ETH_ALEN);
1522 auth_macs = bcast;
H A Dwps_registrar.c765 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
768 addr = bcast;
/external/wpa_supplicant_8/src/wps/
H A Dwps.c299 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
319 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1504 u8 bcast[ETH_ALEN]; local
1521 os_memset(bcast, 0xff, ETH_ALEN);
1522 auth_macs = bcast;
H A Dwps_registrar.c765 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
768 addr = bcast;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c299 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
319 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1504 u8 bcast[ETH_ALEN]; local
1521 os_memset(bcast, 0xff, ETH_ALEN);
1522 auth_macs = bcast;
H A Dwps_registrar.c765 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
768 addr = bcast;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant.c404 u8 *bcast = (u8 *) "\xff\xff\xff\xff\xff\xff"; local
420 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 0, 0, NULL, 0, NULL, 0);
421 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 1, 0, NULL, 0, NULL, 0);
422 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 2, 0, NULL, 0, NULL, 0);
423 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 3, 0, NULL, 0, NULL, 0);
425 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 4, 0, NULL, 0, NULL, 0);
426 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 5, 0, NULL, 0, NULL, 0);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1062 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1095 bcast, i,
1133 bcast, 0, 1,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1062 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1095 bcast, i,
1133 bcast, 0, 1,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1062 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1095 bcast, i,
1133 bcast, 0, 1,
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1016 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1023 wpa_driver_ndis_set_key(drv, WPA_ALG_WEP, bcast, i,

Completed in 327 milliseconds