Home
last modified time | relevance | path

Searched refs:m1_received (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_er.h22 int m1_received; member
H A Dwps_er.c46 ev->m1_received = sta->m1_received; in wps_er_sta_event()
786 sta->m1_received = 1; in wps_er_add_sta_data()
788 if (attr->config_methods && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
790 if (attr->uuid_e && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
792 if (attr->primary_dev_type && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
794 if (attr->dev_password_id && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
H A Dwps.h583 int m1_received; member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwps_supplicant.c784 uuid_str, MAC2STR(enrollee->mac_addr), enrollee->m1_received, in wpa_supplicant_wps_event_er_enrollee_add()