Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A 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()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h520 } probe_req; member
/freebsd/contrib/wpa/src/p2p/
H A 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()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c781 pos = frame->u.probe_req.variable; in iwl_mvm_build_scan_probe()