Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dbeacon.c362 resp->u.probe_resp.beacon_int = in hostapd_gen_probe_resp()
366 resp->u.probe_resp.capab_info = in hostapd_gen_probe_resp()
369 pos = resp->u.probe_resp.variable; in hostapd_gen_probe_resp()
Dhostapd.c2169 os_free(beacon->probe_resp); in free_beacon_data()
2170 beacon->probe_resp = NULL; in free_beacon_data()
2214 beacon->probe_resp = os_malloc(params.proberesp_len); in hostapd_build_beacon_data()
2215 if (!beacon->probe_resp) in hostapd_build_beacon_data()
2218 os_memcpy(beacon->probe_resp, params.proberesp, in hostapd_build_beacon_data()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h490 } STRUCT_PACKED probe_resp; member
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1278 u8 *probe_resp; member
Ddriver_nl80211.c12072 if (settings->probe_resp) in set_beacon_data()
12074 settings->probe_resp_len, settings->probe_resp); in set_beacon_data()
12114 if (settings->beacon_csa.probe_resp && in nl80211_switch_channel()
12117 (settings->beacon_csa.probe_resp[settings->counter_offset_presp] != in nl80211_switch_channel()
12152 if (settings->beacon_csa.probe_resp) in nl80211_switch_channel()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2156 resp = wpabuf_put(buf, resp->u.probe_resp.variable - (u8 *) resp); in p2p_reply_probe()
2163 resp->u.probe_resp.beacon_int = host_to_le16(100); in p2p_reply_probe()
2165 resp->u.probe_resp.capab_info = in p2p_reply_probe()