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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 46 * @cred_attr: Unparsed Credential attribute data (used only in cred_cb());
485 * cred_cb - Callback to notify that new Credentials were received
490 int (*cred_cb)(void *ctx, const struct wps_credential *cred); member in struct:wps_context
wps_enrollee.c 664 if (wps->wps->cred_cb) {
667 wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred);
729 if (wps->wps->cred_cb) {
732 wps->wps->cred_cb(wps->wps->cb_ctx, &cred);
wps_registrar.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 660 wps->cred_cb = wpa_supplicant_wps_cred;

Completed in 188 milliseconds