HomeSort by relevance Sort by last modified time
    Searched refs:bcast (Results 1 - 6 of 6) sorted by null

  /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...]
  /external/wpa_supplicant_8/src/wps/
wps.c 319 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
339 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
wps_er.c 1510 u8 bcast[ETH_ALEN]; local
    [all...]
wps_registrar.c 782 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
785 addr = bcast;
    [all...]
  /external/libnl/lib/route/
addr.c 903 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast)
905 return __assign_addr(addr, &addr->a_bcast, bcast, ADDR_ATTR_BROADCAST);
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1054 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1087 bcast, i,
1125 bcast, 0, 1,
    [all...]

Completed in 173 milliseconds