/external/wpa_supplicant_8/src/wps/ |
wps.c | 274 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 293 os_memcmp(pos, bcast, ETH_ALEN) == 0)
|
wps_er.c | 1504 u8 bcast[ETH_ALEN]; local [all...] |
wps_registrar.c | 710 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 713 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...] |
/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_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...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 1062 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 1095 bcast, i, 1133 bcast, 0, 1, [all...] |