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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 994 static int wpa_ft_rrb_init_r0kh_seq(struct ft_remote_r0kh *r0kh)
996 if (r0kh->seq)
999 r0kh->seq = os_zalloc(sizeof(*r0kh->seq));
1000 if (!r0kh->seq) {
1001 wpa_printf(MSG_DEBUG, "FT: Failed to allocate r0kh->seq");
1005 dl_list_init(&r0kh->seq->rx.queue);
1016 struct ft_remote_r0kh *r0kh; local
1022 r0kh = *wpa_auth->conf.r0kh_list;
1024 r0kh = NULL
1115 struct ft_remote_r0kh *r0kh, *prev = NULL; local
1164 struct ft_remote_r0kh *r0kh; local
1271 struct ft_remote_r0kh *r0kh; local
1304 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; local
1357 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local
1403 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local
1522 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; local
1974 const u8 *r0kh = sm->r0kh_id; local
2777 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local
3025 struct ft_remote_r0kh *r0kh = NULL; local
3205 struct ft_remote_r0kh *r0kh = NULL, *r0kh_wildcard = NULL; local
    [all...]
ap_config.c 528 struct ft_remote_r0kh *r0kh, *r0kh_prev; local
531 r0kh = conf->r0kh_list;
533 while (r0kh) {
534 r0kh_prev = r0kh;
535 r0kh = r0kh->next;
  /external/wpa_supplicant_8/hostapd/
config_file.c 1031 struct ft_remote_r0kh *r0kh; local
1034 r0kh = os_zalloc(sizeof(*r0kh));
1035 if (r0kh == NULL)
1043 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) {
1044 wpa_printf(MSG_ERROR, "Invalid R0KH MAC address: '%s'", pos);
1045 os_free(r0kh);
1054 wpa_printf(MSG_ERROR, "Invalid R0KH-ID: '%s'", pos);
1055 os_free(r0kh);
1058 r0kh->id_len = next - pos - 1
    [all...]

Completed in 109 milliseconds