Searched defs:unicast (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_glue.c189 * @unicast: 1 = individual unicast key, 0 = broadcast key
195 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, argument
202 if (unicast)
208 unicast ? wpa_s->bssid : NULL,
209 keyidx, unicast, NULL, 0, key, keylen);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1381 * broadcast and unicast; when clearing keys, %NULL is used to
1384 * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
1387 * driver does not support separate unicast/individual key
1391 * keys and set to zero for unicast keys); %NULL if not set
1911 * unicast keys (i.e., addr != %NULL).
3669 int unicast; member in struct:wpa_event_data::michael_mic_failure
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1381 * broadcast and unicast; when clearing keys, %NULL is used to
1384 * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
1387 * driver does not support separate unicast/individual key
1391 * keys and set to zero for unicast keys); %NULL if not set
1911 * unicast keys (i.e., addr != %NULL).
3669 int unicast; member in struct:wpa_event_data::michael_mic_failure
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1381 * broadcast and unicast; when clearing keys, %NULL is used to
1384 * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
1387 * driver does not support separate unicast/individual key
1391 * keys and set to zero for unicast keys); %NULL if not set
1911 * unicast keys (i.e., addr != %NULL).
3669 int unicast; member in struct:wpa_event_data::michael_mic_failure
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3148 RxState unicast; member in struct:RxFilterInfo

Completed in 169 milliseconds