Home
last modified time | relevance | path

Searched refs:probe_req (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/wps/
Dwps_er.c759 int probe_req) in wps_er_add_sta_data() argument
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()
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()
/hostap-latest/src/p2p/
Dp2p.c551 int probe_req, const struct p2p_message *msg) in p2p_copy_wps_info() argument
622 if (!probe_req) { in p2p_copy_wps_info()