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

  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 615 realms = dl_list_len(&hapd->conf->fils_realms);
647 dl_list_for_each(realm, &hapd->conf->fils_realms, struct fils_realm,
gas_serv.c 268 if (!dl_list_empty(&hapd->conf->fils_realms) ||
572 count = dl_list_len(&hapd->conf->fils_realms);
581 dl_list_for_each(realm, &hapd->conf->fils_realms,
868 len += 2 * dl_list_len(&hapd->conf->fils_realms);
1042 !dl_list_empty(&hapd->conf->fils_realms)) {
    [all...]
ap_config.h 611 struct dl_list fils_realms; /* list of struct fils_realm */ member in struct:hostapd_bss_config
ap_config.c 105 dl_list_init(&bss->fils_realms);
446 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm,
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 70 milliseconds