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

  /external/wpa_supplicant_8/hostapd/
config_file.h 14 struct hostapd_bss_config *bss, char *field,
config_file.c 34 static int hostapd_config_read_vlan_file(struct hostapd_bss_config *bss,
214 struct hostapd_bss_config *conf)
616 static int hostapd_parse_das_client(struct hostapd_bss_config *bss,
799 struct hostapd_bss_config **all, *bss;
805 sizeof(struct hostapd_bss_config *));
932 static int add_r0kh(struct hostapd_bss_config *bss, char *value)
978 static int add_r1kh(struct hostapd_bss_config *bss, char *value)
1158 static int parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos,
1238 static int parse_venue_name(struct hostapd_bss_config *bss, char *pos,
1250 static int parse_3gpp_cell_net(struct hostapd_bss_config *bss, char *buf
    [all...]
main.c 155 struct hostapd_bss_config *conf = hapd->conf;
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 17 struct hostapd_bss_config;
73 hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity,
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.h 15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf)
ap_config.h 183 * struct hostapd_bss_config - Per-BSS configuration
185 struct hostapd_bss_config { struct
524 struct hostapd_bss_config **bss, *last_bss;
609 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss);
611 void hostapd_config_free_bss(struct hostapd_bss_config *conf);
616 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
619 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf);
626 void hostapd_set_security_params(struct hostapd_bss_config *bss,
ieee802_1x.h 16 struct hostapd_bss_config;
ap_config.c 23 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss)
39 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss)
103 struct hostapd_bss_config *bss;
134 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
315 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf)
397 void hostapd_config_free_bss(struct hostapd_bss_config *conf)
649 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
684 static int hostapd_config_check_bss(struct hostapd_bss_config *bss,
864 void hostapd_set_security_params(struct hostapd_bss_config *bss,
hostapd.h 101 struct hostapd_bss_config *conf;
377 struct hostapd_bss_config *bss);
authsrv.c 94 struct hostapd_bss_config *conf = hapd->conf;
eap_user_db.c 219 const struct hostapd_bss_config *conf = hapd->conf;
hostapd.c 689 struct hostapd_bss_config *conf = hapd->conf;
    [all...]
wpa_auth_glue.c 29 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf,
wps_hostapd.c 322 struct hostapd_bss_config *bss = hapd->conf;
961 struct hostapd_bss_config *conf)
    [all...]
gas_serv.c 522 struct hostapd_bss_config *bss,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 82 struct hostapd_bss_config *bss = conf->bss[0];
1030 struct hostapd_bss_config *conf;
1126 struct hostapd_bss_config *conf;

Completed in 478 milliseconds