Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/wps/
HDwps_er.c756 int probe_req) in wps_er_add_sta_data() argument
762 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1; in wps_er_add_sta_data()
770 if (!probe_req && !m1) in wps_er_add_sta_data()
785 if (attr->config_methods && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
787 if (attr->uuid_e && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
789 if (attr->primary_dev_type && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
791 if (attr->dev_password_id && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
/trueos/contrib/wpa/src/ap/
HDbeacon.c366 ie = mgmt->u.probe_req.variable; in handle_probe_req()
367 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in handle_probe_req()
369 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in handle_probe_req()
/trueos/contrib/wpa/wpa_supplicant/
HDevents.c2619 const u8 *ie = mgmt->u.probe_req.variable; in wpa_supplicant_event()
2621 (mgmt->u.probe_req.variable - in wpa_supplicant_event()
2637 const u8 *ie = mgmt->u.probe_req.variable; in wpa_supplicant_event()
2639 (mgmt->u.probe_req.variable - in wpa_supplicant_event()
/trueos/contrib/wpa/src/common/
HDieee802_11_defs.h461 } STRUCT_PACKED probe_req; member
/trueos/contrib/wpa/src/p2p/
HDp2p.c502 static void p2p_copy_wps_info(struct p2p_device *dev, int probe_req, in p2p_copy_wps_info() argument
572 if (!probe_req) { in p2p_copy_wps_info()