HomeSort by relevance Sort by last modified time
    Searched refs:bcast (Results 1 - 9 of 9) 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 281 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
300 os_memcmp(pos, bcast, ETH_ALEN) == 0)
wps_er.c 1465 u8 bcast[ETH_ALEN]; local
    [all...]
wps_registrar.c 717 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
720 addr = bcast;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 404 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);
    [all...]
  /external/wpa_supplicant/
wpa_supplicant.c 753 u8 *bcast = (u8 *) "\xff\xff\xff\xff\xff\xff"; local
769 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 0, 0, NULL, 0, NULL, 0);
770 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 1, 0, NULL, 0, NULL, 0);
771 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 2, 0, NULL, 0, NULL, 0);
772 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 3, 0, NULL, 0, NULL, 0);
    [all...]
driver_ndis.c 1003 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1010 wpa_driver_ndis_set_key(drv, WPA_ALG_WEP, bcast, i,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1068 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1101 bcast, i,
1139 bcast, 0, 1,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.c 1016 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1023 wpa_driver_ndis_set_key(drv, WPA_ALG_WEP, bcast, i,
    [all...]

Completed in 135 milliseconds