Home | History | Annotate | Download | only in wps

Lines Matching refs:m1

31 							  struct wpabuf *m1));
477 static void wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1)
481 if (wps_parse_msg(m1, &attr) < 0) {
482 wpa_printf(MSG_DEBUG, "WPS ER: Failed to parse M1");
763 int m1;
765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1;
770 * or M1. This will filter out bogus events and anything that
773 if (!probe_req && !m1)
785 if (m1)
850 if (m1 || new_sta)
1776 static void wps_er_ap_learn_m1(struct wps_er_ap *ap, struct wpabuf *m1)
1795 wps_er_ap_process(ap, m1);
1804 wpa_printf(MSG_DEBUG, "WPS ER: Received GetDeviceInfo response (M1) "
1854 struct wpabuf *m1))
1960 static void wps_er_ap_config_m1(struct wps_er_ap *ap, struct wpabuf *m1)
1980 wps_er_ap_process(ap, m1);