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

  /src/external/bsd/wpa/dist/src/common/
dpp.c 1165 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL; local
1171 conf_sta = dpp_configuration_alloc(pos + 10);
1172 if (!conf_sta)
1174 conf_sta->netrole = DPP_NETROLE_STA;
1175 conf = conf_sta;
1310 auth->conf_sta = conf_sta;
1313 if (!auth->conf_sta)
1314 auth->conf_sta = conf_sta;
    [all...]
dpp.h 349 struct dpp_configuration *conf_sta; member in struct:dpp_authentication

Completed in 61 milliseconds