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 778 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
848 static int hostapd_config_tx_queue(struct hostapd_config *conf, char *name,
1004 static int hostapd_config_ht_capab(struct hostapd_config *conf,
1062 static int hostapd_config_vht_capab(struct hostapd_config *conf,
1127 struct hostapd_config *conf)
1242 static int hostapd_config_check(struct hostapd_config *conf)
    [all...]
main.c 161 struct hostapd_config *conf = NULL;
  /external/wpa_supplicant_8/src/ap/
hostapd.h 30 struct hostapd_config * (*config_read_cb)(const char *config_fname);
71 struct hostapd_config *iconf;
200 struct hostapd_config *conf;
265 struct hostapd_config *conf,
ieee802_1x.h 15 struct hostapd_config;
ap_config.h 453 * struct hostapd_config - Per-radio interface configuration
455 struct hostapd_config { struct
513 struct hostapd_config * hostapd_config_defaults(void);
515 void hostapd_config_free(struct hostapd_config *conf);
hostapd.c 114 struct hostapd_config *newconf, *oldconf;
503 static int mac_in_conf(struct hostapd_config *conf, const void *a)
1005 struct hostapd_config *conf,
1176 static struct hostapd_config *
1181 struct hostapd_config *conf;
1216 struct hapd_interfaces *interfaces, struct hostapd_config *conf)
1248 struct hostapd_config *conf = NULL;
    [all...]
ap_config.c 95 struct hostapd_config * hostapd_config_defaults(void)
99 struct hostapd_config *conf;
525 void hostapd_config_free(struct hostapd_config *conf)
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 46 struct hostapd_config *conf)
427 struct hostapd_config *conf;

Completed in 66 milliseconds