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

  /external/wpa_supplicant_8/hostapd/
config_file.h 12 struct hostapd_config * hostapd_config_read(const char *fname);
13 int hostapd_set_iface(struct hostapd_config *conf,
config_file.c 753 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
823 static int hostapd_config_tx_queue(struct hostapd_config *conf, char *name,
979 static int hostapd_config_ht_capab(struct hostapd_config *conf,
1037 static int hostapd_config_vht_capab(struct hostapd_config *conf,
1102 struct hostapd_config *conf)
1217 static int hostapd_config_check(struct hostapd_config *conf)
    [all...]
main.c 162 struct hostapd_config *conf = NULL;
  /external/wpa_supplicant_8/src/ap/
hostapd.h 31 struct hostapd_config * (*config_read_cb)(const char *config_fname);
73 struct hostapd_config *iconf;
215 struct hostapd_config *conf;
283 struct hostapd_config *conf,
ieee802_1x.h 15 struct hostapd_config;
ap_config.h 467 * struct hostapd_config - Per-radio interface configuration
469 struct hostapd_config { struct
528 struct hostapd_config * hostapd_config_defaults(void);
530 void hostapd_config_free(struct hostapd_config *conf);
hostapd.c 136 struct hostapd_config *newconf, *oldconf;
524 static int mac_in_conf(struct hostapd_config *conf, const void *a)
1030 struct hostapd_config *conf,
1202 static struct hostapd_config *
1207 struct hostapd_config *conf;
1242 struct hapd_interfaces *interfaces, struct hostapd_config *conf)
1274 struct hostapd_config *conf = NULL;
    [all...]
ap_config.c 97 struct hostapd_config * hostapd_config_defaults(void)
101 struct hostapd_config *conf;
533 void hostapd_config_free(struct hostapd_config *conf)
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 46 struct hostapd_config *conf)
430 struct hostapd_config *conf;

Completed in 85 milliseconds