HomeSort by: relevance | last modified time | path
    Searched refs:dpp_configuration (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp.h 248 struct dpp_configuration { struct
347 struct dpp_configuration *conf_ap;
348 struct dpp_configuration *conf2_ap;
349 struct dpp_configuration *conf_sta;
350 struct dpp_configuration *conf2_sta;
621 struct dpp_configuration * dpp_configuration_alloc(const char *type);
627 int dpp_configuration_valid(const struct dpp_configuration *conf);
628 void dpp_configuration_free(struct dpp_configuration *conf);
dpp.c 1059 struct dpp_configuration * dpp_configuration_alloc(const char *type)
1061 struct dpp_configuration *conf;
1136 int dpp_configuration_valid(const struct dpp_configuration *conf)
1148 void dpp_configuration_free(struct dpp_configuration *conf)
1165 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL;
1166 struct dpp_configuration *conf = NULL;
1510 struct dpp_configuration *conf, size_t tailroom)
1593 struct dpp_configuration *conf)
1652 struct dpp_configuration *conf)
1914 struct dpp_configuration *conf
    [all...]

Completed in 16 milliseconds