/external/wpa_supplicant_8/src/wps/ |
wps.c | 323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
|
wps_er.c | 1510 u8 bcast[ETH_ALEN]; local [all...] |
wps_registrar.c | 795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 798 addr = bcast; [all...] |
/packages/apps/Protips/src/com/android/protips/ |
ProtipWidget.java | 148 final Intent bcast = new Intent(context, ProtipWidget.class); local 149 bcast.setAction(ACTION_POKE); 150 bcast.putExtra(EXTRA_TIMES, 3); 151 mContext.sendBroadcast(bcast); 196 Intent bcast = new Intent(context, ProtipWidget.class); local 197 bcast.setAction(ACTION_NEXT_TIP); 199 context, 0, bcast, PendingIntent.FLAG_UPDATE_CURRENT); 203 bcast = new Intent(context, ProtipWidget.class); 204 bcast.setAction(ACTION_POKE); 205 bcast.putExtra(EXTRA_TIMES, 1) [all...] |
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
CustomizationRestrictionsTest.java | 127 final BroadcastReceiverRegistrator bcast = 135 bcast.waitForBroadcast(); 143 bcast.waitForBroadcast(); 150 bcast.waitForBroadcast();
|
/external/toybox/toys/pending/ |
ip.c | 61 iface[IFNAMSIZ+1], laddr[64], bcast[64]; member in struct:linkdata 783 line_feed, link->type, link->laddr, peer ,link->bcast); 858 inet_ntop(AF_INET, RTA_DATA(attr), link->bcast, 64); 859 else fill_address(RTA_DATA(attr), link->bcast); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 1075 bcast, i, 1113 bcast, 0, 1, [all...] |