HomeSort by relevance Sort by last modified time
    Searched defs:oob_conf (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_common.c 356 wpabuf_free(wps->oob_conf.dev_password);
357 wps->oob_conf.dev_password =
359 if (wps->oob_conf.dev_password == NULL) {
382 struct oob_conf_data *oob_conf = &wps->oob_conf; local
394 oob_conf->pubkey_hash =
396 if (oob_conf->pubkey_hash == NULL) {
406 oob_conf->dev_password =
408 if (oob_conf->dev_password == NULL) {
413 wpa_snprintf_hex_uppercase(wpabuf_put(oob_conf->dev_password
    [all...]
wps.h 614 * oob_conf - OOB Config data
616 struct oob_conf_data oob_conf; member in struct:wps_context

Completed in 30 milliseconds