HomeSort by relevance Sort by last modified time
    Searched refs:cred_cb (Results 1 - 10 of 10) 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_8/src/wps/
wps_enrollee.c 714 if (wps->wps->cred_cb) {
717 wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred);
846 if (wps->wps->cred_cb) {
849 wps->wps->cred_cb(wps->wps->cb_ctx, &cred);
    [all...]
wps.h 42 * @cred_attr: Unparsed Credential attribute data (used only in cred_cb());
735 * cred_cb - Callback to notify that new Credentials were received
740 int (*cred_cb)(void *ctx, const struct wps_credential *cred); member in struct:wps_context
wps_common.c 473 wps->cred_cb(wps->cb_ctx, &local_cred);
wps_registrar.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 660 wps->cred_cb = wpa_supplicant_wps_cred;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 794 wps->cred_cb = hostapd_wps_cred_cb;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 38 milliseconds