/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_enrollee.c | 1056 struct wps_event_m2d *m2d = &data.m2d; in wps_process_m2d() local 1059 m2d->config_methods = in wps_process_m2d() 1061 m2d->manufacturer = attr->manufacturer; in wps_process_m2d() 1062 m2d->manufacturer_len = attr->manufacturer_len; in wps_process_m2d() 1063 m2d->model_name = attr->model_name; in wps_process_m2d() 1064 m2d->model_name_len = attr->model_name_len; in wps_process_m2d() 1065 m2d->model_number = attr->model_number; in wps_process_m2d() 1066 m2d->model_number_len = attr->model_number_len; in wps_process_m2d() 1067 m2d in wps_process_m2d() [all...] |
H A D | wps.h | 541 } m2d; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_enrollee.c | 1067 struct wps_event_m2d *m2d = &data.m2d; in wps_process_m2d() local 1070 m2d->config_methods = in wps_process_m2d() 1072 m2d->manufacturer = attr->manufacturer; in wps_process_m2d() 1073 m2d->manufacturer_len = attr->manufacturer_len; in wps_process_m2d() 1074 m2d->model_name = attr->model_name; in wps_process_m2d() 1075 m2d->model_name_len = attr->model_name_len; in wps_process_m2d() 1076 m2d->model_number = attr->model_number; in wps_process_m2d() 1077 m2d->model_number_len = attr->model_number_len; in wps_process_m2d() 1078 m2d in wps_process_m2d() [all...] |
H A D | wps.h | 545 } m2d; member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | augmentedTypesModules2.js | 18 module m2d { } 19 declare function m2d(): void;
|
H A D | augmentedTypesModules.js | 36 module m2d { } 37 declare function m2d(): void;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 654 * @m2d: M2D event data information 656 * Sends Event dbus signal with name "m2d" and dictionary containing 660 struct wps_event_m2d *m2d) in wpas_dbus_signal_wps_event_m2d() 666 char *key = "m2d"; in wpas_dbus_signal_wps_event_m2d() 684 m2d->config_methods) || in wpas_dbus_signal_wps_event_m2d() 686 (const char *) m2d->manufacturer, in wpas_dbus_signal_wps_event_m2d() 687 m2d->manufacturer_len) || in wpas_dbus_signal_wps_event_m2d() 689 (const char *) m2d->model_name, in wpas_dbus_signal_wps_event_m2d() 690 m2d->model_name_len) || in wpas_dbus_signal_wps_event_m2d() 692 (const char *) m2d in wpas_dbus_signal_wps_event_m2d() 659 wpas_dbus_signal_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpas_dbus_signal_wps_event_m2d() argument [all...] |
H A D | dbus_new.h | 167 struct wps_event_m2d *m2d); 320 struct wps_event_m2d *m2d) in wpas_dbus_signal_wps_event_m2d() 319 wpas_dbus_signal_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpas_dbus_signal_wps_event_m2d() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 654 * @m2d: M2D event data information 656 * Sends Event dbus signal with name "m2d" and dictionary containing 660 struct wps_event_m2d *m2d) in wpas_dbus_signal_wps_event_m2d() 666 char *key = "m2d"; in wpas_dbus_signal_wps_event_m2d() 684 m2d->config_methods) || in wpas_dbus_signal_wps_event_m2d() 686 (const char *) m2d->manufacturer, in wpas_dbus_signal_wps_event_m2d() 687 m2d->manufacturer_len) || in wpas_dbus_signal_wps_event_m2d() 689 (const char *) m2d->model_name, in wpas_dbus_signal_wps_event_m2d() 690 m2d->model_name_len) || in wpas_dbus_signal_wps_event_m2d() 692 (const char *) m2d in wpas_dbus_signal_wps_event_m2d() 659 wpas_dbus_signal_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpas_dbus_signal_wps_event_m2d() argument [all...] |
H A D | dbus_new.h | 172 struct wps_event_m2d *m2d); 332 struct wps_event_m2d *m2d) in wpas_dbus_signal_wps_event_m2d() 331 wpas_dbus_signal_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpas_dbus_signal_wps_event_m2d() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.c | 599 struct wps_event_m2d *m2d) in wpa_supplicant_wps_event_m2d() 603 m2d->dev_password_id, m2d->config_error); in wpa_supplicant_wps_event_m2d() 604 wpas_notify_wps_event_m2d(wpa_s, m2d); in wpa_supplicant_wps_event_m2d() 609 m2d->dev_password_id, m2d->config_error); in wpa_supplicant_wps_event_m2d() 611 if (m2d->config_error == WPS_CFG_MULTIPLE_PBC_DETECTED) { in wpa_supplicant_wps_event_m2d() 863 wpa_supplicant_wps_event_m2d(wpa_s, &data->m2d); in wpa_supplicant_wps_event() 598 wpa_supplicant_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpa_supplicant_wps_event_m2d() argument
|
H A D | notify.h | 51 struct wps_event_m2d *m2d);
|
H A D | notify.c | 318 struct wps_event_m2d *m2d) in wpas_notify_wps_event_m2d() 324 wpas_dbus_signal_wps_event_m2d(wpa_s, m2d); in wpas_notify_wps_event_m2d() 317 wpas_notify_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpas_notify_wps_event_m2d() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.c | 613 struct wps_event_m2d *m2d) in wpa_supplicant_wps_event_m2d() 617 m2d->dev_password_id, m2d->config_error); in wpa_supplicant_wps_event_m2d() 618 wpas_notify_wps_event_m2d(wpa_s, m2d); in wpa_supplicant_wps_event_m2d() 623 m2d->dev_password_id, m2d->config_error); in wpa_supplicant_wps_event_m2d() 625 if (m2d->config_error == WPS_CFG_MULTIPLE_PBC_DETECTED) { in wpa_supplicant_wps_event_m2d() 886 wpa_supplicant_wps_event_m2d(wpa_s, &data->m2d); in wpa_supplicant_wps_event() 612 wpa_supplicant_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpa_supplicant_wps_event_m2d() argument
|
H A D | notify.h | 105 struct wps_event_m2d *m2d);
|
H A D | notify.c | 578 struct wps_event_m2d *m2d) in wpas_notify_wps_event_m2d() 584 wpas_dbus_signal_wps_event_m2d(wpa_s, m2d); in wpas_notify_wps_event_m2d() 577 wpas_notify_wps_event_m2d(struct wpa_supplicant *wpa_s, struct wps_event_m2d *m2d) wpas_notify_wps_event_m2d() argument
|