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

1 2

  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 142 * @unicast: Non-zero = unicast, 0 = multicast/broadcast key
148 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 190 * @unicast: 1 = individual unicast key, 0 = broadcast key
196 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
203 if (unicast)
209 unicast ? wpa_s->bssid :
211 keyidx, unicast, (u8 *) "", 0, key, keylen);
events.c 995 pairwise = (data && data->michael_mic_failure.unicast);
wpa_priv.c 991 &data->michael_mic_failure.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,
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 281 data.michael_mic_failure.unicast = 1;
286 data.michael_mic_failure.unicast = 0;
driver.h 449 * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
452 * driver does not support separate unicast/individual key
456 * keys and set to zero for unicast keys)
1262 int unicast; member in struct:wpa_event_data::michael_mic_failure
    [all...]
driver_bsd.c 303 * Deduce whether group/global or unicast key by checking
305 * keys default; doing this for a unicast key is an error.
530 event.michael_mic_failure.unicast =
driver_privsep.c 388 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int));
driver_nl80211.c 446 data.michael_mic_failure.unicast =
447 os_strstr(custom, " unicast ") != NULL;
523 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP);
    [all...]
driver_wext.c 304 data.michael_mic_failure.unicast =
305 os_strstr(custom, " unicast ") != NULL;
389 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP);
    [all...]
driver_ralink.c 462 data.michael_mic_failure.unicast =
463 os_strstr(custom, " unicast") != NULL;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa.c 108 Max unicast cipher in the IE
115 ECipherSuite unicast; member in struct:__anon19152
122 /* AP unicast NONE */ {
165 /* AP unicast WEP */ {
208 /* AP unicast TKIP */ {
251 /* AP unicast AES_WRAP */ {
294 /* AP unicast AES_CCMP */ {
337 /* AP unicast WEP104 */ {
586 length -= 6; /* 4: unicast suite, 2: unicast count *
    [all...]
admCtrlWpa2.c 116 Max unicast cipher in the IE
123 ECipherSuite unicast; member in struct:__anon19156
130 /* AP unicast NONE */ {
173 /* AP unicast WEP */ {
216 /* AP unicast TKIP */ {
259 /* AP unicast AES_WRAP */ {
302 /* AP unicast AES_CCMP */ {
345 /* AP unicast WEP104 */ {
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 378 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int));
driver_bsd.c 333 * Deduce whether group/global or unicast key by checking
335 * keys default; doing this for a unicast key is an error.
794 data.michael_mic_failure.unicast = 1;
1265 event.michael_mic_failure.unicast =
    [all...]
driver.h 1023 * broadcast and unicast; when clearing keys, %NULL is used to
1026 * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
1029 * driver does not support separate unicast/individual key
1033 * keys and set to zero for unicast keys); %NULL if not set
3111 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 250 data.michael_mic_failure.unicast =
251 os_strstr(custom, " unicast ") != NULL;
336 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP);
    [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 421 milliseconds

1 2