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 713 if (wps->wps->cred_cb) {
716 wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred);
845 if (wps->wps->cred_cb) {
848 wps->wps->cred_cb(wps->wps->cb_ctx, &cred);
    [all...]
wps.h 41 * @cred_attr: Unparsed Credential attribute data (used only in cred_cb());
730 * cred_cb - Callback to notify that new Credentials were received
735 int (*cred_cb)(void *ctx, const struct wps_credential *cred); member in struct:wps_context
wps_common.c 438 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 770 wps->cred_cb = hostapd_wps_cred_cb;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 126 milliseconds