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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 550 int keyidx; local
592 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
609 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0,
625 u16 keyidx; local
658 keyidx = WPA_GET_LE16(igtk_elem);
662 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
wpa.c 797 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
817 "WPA: Not reinstalling already in-use GTK to the driver (keyidx=%d tx=%d len=%d)",
818 gd->keyidx, gd->tx, gd->gtk_len);
824 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
825 gd->keyidx, gd->tx, gd->gtk_len);
836 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
845 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
849 "the driver (alg=%d keylen=%d keyidx=%d)",
850 gd->alg, gd->gtk_len, gd->keyidx);
877 * configured non-zero keyidx to be used for unicast. *
977 u16 keyidx = WPA_GET_LE16(igtk->keyid); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 267 int keyidx, int encr, int force_version);
wpa_auth.c 2856 int wpa_ie_len, secure, keyidx, encr = 0; local
4564 int wpa_ie_len, secure, keyidx, encr = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 156 * @keyidx: Key index (0..3)
161 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
  /external/wpa_supplicant_8/hostapd/
config_file.c 763 static int hostapd_config_read_wep(struct hostapd_wep_keys *wep, int keyidx,
768 if (keyidx < 0 || keyidx > 3)
774 bin_clear_free(wep->key[keyidx], wep->len[keyidx]);
775 wep->key[keyidx] = NULL;
776 wep->len[keyidx] = 0;
786 if (wep->key[keyidx] != NULL)
793 wep->key[keyidx] = os_memdup(val + 1, len);
794 if (wep->key[keyidx] == NULL
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 226 * @keyidx: WEP key index (0..3)
231 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
245 keyidx, unicast, NULL, 0, key, keylen);
    [all...]

Completed in 284 milliseconds