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

  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 479 /* Another M2/M2D may be received */
1030 wpa_printf(MSG_DEBUG, "WPS: Received M2D");
1034 "receiving M2D", wps->state);
1052 struct wps_event_m2d *m2d = &data.m2d; local
1055 m2d->config_methods =
1057 m2d->manufacturer = attr->manufacturer;
1058 m2d->manufacturer_len = attr->manufacturer_len;
1059 m2d->model_name = attr->model_name;
1060 m2d->model_name_len = attr->model_name_len
    [all...]
wps.h 406 * WPS_EV_M2D - M2D received (Registrar did not know us)
486 * struct wps_event_m2d - M2D event data
503 } m2d; member in union:wps_event_data
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 650 * wpas_dbus_signal_wps_event_m2d - Signals M2D WPS event
652 * @m2d: M2D event data information
654 * Sends Event dbus signal with name "m2d" and dictionary containing
658 struct wps_event_m2d *m2d)
664 char *key = "m2d";
682 m2d->config_methods) ||
684 (const char *) m2d->manufacturer,
685 m2d->manufacturer_len) ||
687 (const char *) m2d->model_name
    [all...]
dbus_new.h 153 struct wps_event_m2d *m2d);
295 struct wps_event_m2d *m2d)
  /external/blktrace/btt/
inlines.h 263 UPDATE_AVGS(m2d, iop, iop->pip, d_time);
268 UNUPDATE_AVGS(m2d, iop, iop->pip, d_time);
globals.h 93 struct avg_info m2d; member in struct:avgs_info
output.c 764 __output_avg(ofp, "M2D", &all_avgs.m2d, 1);
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 47 struct wps_event_m2d *m2d);
notify.c 291 struct wps_event_m2d *m2d)
297 wpas_dbus_signal_wps_event_m2d(wpa_s, m2d);
wps_supplicant.c 579 struct wps_event_m2d *m2d)
583 m2d->dev_password_id, m2d->config_error);
584 wpas_notify_wps_event_m2d(wpa_s, m2d);
589 m2d->dev_password_id, m2d->config_error);
591 if (m2d->config_error == WPS_CFG_MULTIPLE_PBC_DETECTED) {
843 wpa_supplicant_wps_event_m2d(wpa_s, &data->m2d);
    [all...]

Completed in 213 milliseconds