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.c406 resp->u.probe_resp.beacon_int = in hostapd_gen_probe_resp()
410 resp->u.probe_resp.capab_info = in hostapd_gen_probe_resp()
413 pos = resp->u.probe_resp.variable; in hostapd_gen_probe_resp()
Dhostapd.c2749 os_free(beacon->probe_resp); in free_beacon_data()
2750 beacon->probe_resp = NULL; in free_beacon_data()
2794 beacon->probe_resp = os_malloc(params.proberesp_len); in hostapd_build_beacon_data()
2795 if (!beacon->probe_resp) in hostapd_build_beacon_data()
2798 os_memcpy(beacon->probe_resp, params.proberesp, in hostapd_build_beacon_data()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h538 } STRUCT_PACKED probe_resp; member
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1605 u8 *probe_resp; member
Ddriver_nl80211.c7851 (settings->probe_resp && in set_beacon_data()
7853 settings->probe_resp_len, settings->probe_resp))) in set_beacon_data()
7928 if (settings->beacon_csa.probe_resp && in nl80211_switch_channel()
7931 (settings->beacon_csa.probe_resp[csa_c_off_presp] != in nl80211_switch_channel()
7961 (settings->beacon_csa.probe_resp && in nl80211_switch_channel()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2418 u.probe_resp.variable)); in p2p_reply_probe()
2425 resp->u.probe_resp.beacon_int = host_to_le16(100); in p2p_reply_probe()
2427 resp->u.probe_resp.capab_info = in p2p_reply_probe()