Searched refs:bcast (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/wps/ |
D | wps.c | 321 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_is_addr_authorized() local 341 if (os_memcmp(pos, bcast, ETH_ALEN) == 0) in wps_is_addr_authorized()
|
D | wps_er.c | 1509 u8 bcast[ETH_ALEN]; in wps_er_set_sel_reg() local 1524 os_memset(bcast, 0xff, ETH_ALEN); in wps_er_set_sel_reg() 1525 auth_macs = bcast; in wps_er_set_sel_reg()
|
D | wps_registrar.c | 844 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wps_registrar_remove_pin() local 847 addr = bcast; in wps_registrar_remove_pin()
|
/hostap-3.6.0/src/drivers/ |
D | driver_ndis.c | 1054 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in wpa_driver_ndis_associate() local 1087 bcast, i, in wpa_driver_ndis_associate() 1125 bcast, 0, 1, in wpa_driver_ndis_associate()
|