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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 1021 if (wpa_auth->conf.r0kh_list)
1022 r0kh = *wpa_auth->conf.r0kh_list;
1117 if (!wpa_auth->conf.r0kh_list)
1120 for (r0kh = *wpa_auth->conf.r0kh_list; r0kh; r0kh = r0kh->next) {
1130 *wpa_auth->conf.r0kh_list = r0kh->next;
1166 if (!wpa_auth->conf.r0kh_list)
1183 r0kh->next = *wpa_auth->conf.r0kh_list;
1184 *wpa_auth->conf.r0kh_list = r0kh;
1276 if (wpa_auth->conf.r0kh_list)
1277 r0kh = *wpa_auth->conf.r0kh_list;
    [all...]
ap_config.h 351 struct ft_remote_r0kh *r0kh_list; member in struct:hostapd_bss_config
wpa_auth.h 194 struct ft_remote_r0kh **r0kh_list; member in struct:wpa_auth_config
ap_config.c 531 r0kh = conf->r0kh_list;
532 conf->r0kh_list = NULL;
wpa_auth_glue.c 83 wconf->r0kh_list = &conf->r0kh_list;
  /external/wpa_supplicant_8/hostapd/
config_file.c 1068 r0kh->next = bss->r0kh_list;
1069 bss->r0kh_list = r0kh;
    [all...]

Completed in 264 milliseconds