Home
last modified time | relevance | path

Searched refs:probe_resp (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dbeacon.c224 resp->u.probe_resp.beacon_int = in hostapd_gen_probe_resp()
228 resp->u.probe_resp.capab_info = in hostapd_gen_probe_resp()
231 pos = resp->u.probe_resp.variable; in hostapd_gen_probe_resp()
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c83 int probe_resp; member
1417 if (bss->probe_resp && beacon) { in ieee80211_bss_info()
1546 bss->probe_resp++; in ieee80211_bss_info()
1620 len < 24 + 2 || wpa_s->mlme.probe_resp == NULL) in ieee80211_rx_mgmt_probe_req()
1662 skb = skb_copy(wpa_s->mlme.probe_resp, GFP_ATOMIC); in ieee80211_rx_mgmt_probe_req()
2185 wpa_s->mlme.probe_resp = skb_copy(skb, GFP_ATOMIC); in ieee80211_sta_join_ibss()
2186 if (wpa_s->mlme.probe_resp) { in ieee80211_sta_join_ibss()
2188 wpa_s->mlme.probe_resp->data; in ieee80211_sta_join_ibss()
Dwpa_supplicant_i.h222 u8 *probe_resp; /* ProbeResp template for IBSS */ member
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h296 } STRUCT_PACKED probe_resp; member
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h463 } STRUCT_PACKED probe_resp; member
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2086 resp = wpabuf_put(buf, resp->u.probe_resp.variable - (u8 *) resp); in p2p_reply_probe()
2093 resp->u.probe_resp.beacon_int = host_to_le16(100); in p2p_reply_probe()
2095 resp->u.probe_resp.capab_info = in p2p_reply_probe()
/external/wpa_supplicant_8/src/drivers/
Ddriver_test.c3155 ie = mgmt->u.probe_resp.variable; in test_send_probe_resp()