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

  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 136 * @unicast: Non-zero = unicast, 0 = multicast/broadcast key
142 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 188 * @unicast: 1 = individual unicast key, 0 = broadcast key
194 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
201 if (unicast)
207 unicast ? wpa_s->bssid : NULL,
208 keyidx, unicast, NULL, 0, key, keylen);
wpa_priv.c 851 &data->michael_mic_failure.unicast,
events.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 367 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int));
driver_bsd.c 327 * Deduce whether group/global or unicast key by checking
329 * keys default; doing this for a unicast key is an error.
788 data.michael_mic_failure.unicast = 1;
1252 event.michael_mic_failure.unicast =
    [all...]
driver.h 1138 * broadcast and unicast; when clearing keys, %NULL is used to
1141 * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
1144 * driver does not support separate unicast/individual key
1148 * keys and set to zero for unicast keys); %NULL if not set
3271 int unicast; member in struct:wpa_event_data::michael_mic_failure
    [all...]
driver_hostap.c 805 data.michael_mic_failure.unicast = 1;
driver_wext.c 244 data.michael_mic_failure.unicast =
245 os_strstr(custom, " unicast ") != NULL;
330 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP);
    [all...]
driver_madwifi.c 892 data.michael_mic_failure.unicast = 1;
    [all...]
driver_atheros.c     [all...]
driver_ndis.c     [all...]
driver_nl80211.c     [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 129 data.michael_mic_failure.unicast =
130 os_strstr(custom, " unicast ") != NULL;
218 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP);
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
ip-tunnels.tex 377 route unicast packets, provided appropriate routes are added.

Completed in 781 milliseconds