Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_er.h22 int m1_received; member
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()
Dwps.h587 int m1_received; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c787 uuid_str, MAC2STR(enrollee->mac_addr), enrollee->m1_received, in wpa_supplicant_wps_event_er_enrollee_add()