Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/wps/
Dwps_er.c31 struct wpabuf *m1));
474 static void wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1) in wps_er_ap_get_m1() argument
478 if (wps_parse_msg(m1, &attr) < 0) { in wps_er_ap_get_m1()
763 int m1; in wps_er_add_sta_data() local
765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1; in wps_er_add_sta_data()
773 if (!probe_req && !m1) in wps_er_add_sta_data()
785 if (m1) in wps_er_add_sta_data()
829 if (m1 || new_sta) in wps_er_add_sta_data()
1788 static void wps_er_ap_learn_m1(struct wps_er_ap *ap, struct wpabuf *m1) in wps_er_ap_learn_m1() argument
1807 wps_er_ap_process(ap, m1); in wps_er_ap_learn_m1()
[all …]
Dwps_er.h67 void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1);
/hostap-latest/tests/hwsim/
Dtest_ap_wps.py4625 m1 = data
4633 send_wlanevent(url, uuid, m1)
4847 send_wlanevent(url, uuid, m1)
4850 send_wlanevent(url, uuid, m1, no_response=True)
4854 send_wlanevent(url2, uuid, m1, no_response=True)
6685 m1 = build_eap_wsc(2, eap_id, attrs)
6686 return m1, attrs
6688 def build_m2(authkey, m1, eap_id, e_nonce, r_nonce, uuid_r, r_pk, argument
6714 attrs += build_attr_authenticator(authkey, m1, attrs)
6718 def build_m2d(m1, eap_id, e_nonce, r_nonce, uuid_r, dev_pw_id=None, eap_code=1): argument
[all …]