HomeSort by relevance Sort by last modified time
    Searched full:r1kh (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 1041 static int wpa_ft_rrb_init_r1kh_seq(struct ft_remote_r1kh *r1kh)
1043 if (r1kh->seq)
1046 r1kh->seq = os_zalloc(sizeof(*r1kh->seq));
1047 if (!r1kh->seq) {
1048 wpa_printf(MSG_DEBUG, "FT: Failed to allocate r1kh->seq");
1052 dl_list_init(&r1kh->seq->rx.queue);
1063 struct ft_remote_r1kh *r1kh; local
1069 r1kh = *wpa_auth->conf.r1kh_list;
1071 r1kh = NULL
1200 struct ft_remote_r1kh *r1kh, *prev = NULL; local
1237 struct ft_remote_r1kh *r1kh; local
1272 struct ft_remote_r1kh *r1kh; local
1305 struct ft_remote_r1kh *r1kh, *r1kh_next, *r1kh_prev = NULL; local
1524 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; local
1976 const u8 *r1kh = wpa_auth->conf.r1_key_holder; local
2625 struct ft_remote_r1kh *r1kh, *r1kh_wildcard; local
3026 struct ft_remote_r1kh *r1kh = NULL; local
3206 struct ft_remote_r1kh *r1kh = NULL, *r1kh_wildcard = NULL; local
3531 struct ft_remote_r1kh *r1kh; local
    [all...]
ap_config.c 529 struct ft_remote_r1kh *r1kh, *r1kh_prev; local
539 r1kh = conf->r1kh_list;
541 while (r1kh) {
542 r1kh_prev = r1kh;
543 r1kh = r1kh->next;
wpa_auth.h 41 /* Vendor-specific types for R0KH-R1KH protocol; not defined in 802.11r. These
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 97 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID",
259 /* FTIE[SNonce, [R1KH-ID,] R0KH-ID ] */
269 /* R1KH-ID sub-element in third FT message */
459 wpa_printf(MSG_DEBUG, "FT: No R1KH-ID subelem in FTIE");
472 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID", sm->r1kh_id, FT_R1KH_ID_LEN);
751 wpa_printf(MSG_DEBUG, "FT: No R1KH-ID subelem in FTIE");
756 wpa_printf(MSG_DEBUG, "FT: Unknown R1KH-ID used in "
wpa.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1077 struct ft_remote_r1kh *r1kh; local
1080 r1kh = os_zalloc(sizeof(*r1kh));
1081 if (r1kh == NULL)
1090 if (next == NULL || hwaddr_aton(pos, r1kh->addr)) {
1091 wpa_printf(MSG_ERROR, "Invalid R1KH MAC address: '%s'", pos);
1092 os_free(r1kh);
1100 if (next == NULL || hwaddr_aton(pos, r1kh->id)) {
1101 wpa_printf(MSG_ERROR, "Invalid R1KH-ID: '%s'", pos);
1102 os_free(r1kh);
    [all...]
hostapd.conf     [all...]
  /device/generic/goldfish/wifi/
simulated_hostapd.conf     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 716 "FT: Invalid R1KH-ID length in FTIE: %d",
    [all...]

Completed in 252 milliseconds