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.c399 resp->u.probe_resp.beacon_int = in hostapd_gen_probe_resp()
403 resp->u.probe_resp.capab_info = in hostapd_gen_probe_resp()
406 pos = resp->u.probe_resp.variable; in hostapd_gen_probe_resp()
Dhostapd.c2447 os_free(beacon->probe_resp); in free_beacon_data()
2448 beacon->probe_resp = NULL; in free_beacon_data()
2492 beacon->probe_resp = os_malloc(params.proberesp_len); in hostapd_build_beacon_data()
2493 if (!beacon->probe_resp) in hostapd_build_beacon_data()
2496 os_memcpy(beacon->probe_resp, params.proberesp, in hostapd_build_beacon_data()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h524 } STRUCT_PACKED probe_resp; member
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1513 u8 *probe_resp; member
Ddriver_nl80211.c7522 (settings->probe_resp && in set_beacon_data()
7524 settings->probe_resp_len, settings->probe_resp))) in set_beacon_data()
7562 if (settings->beacon_csa.probe_resp && in nl80211_switch_channel()
7565 (settings->beacon_csa.probe_resp[settings->counter_offset_presp] != in nl80211_switch_channel()
7593 (settings->beacon_csa.probe_resp && in nl80211_switch_channel()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2406 u.probe_resp.variable)); in p2p_reply_probe()
2413 resp->u.probe_resp.beacon_int = host_to_le16(100); in p2p_reply_probe()
2415 resp->u.probe_resp.capab_info = in p2p_reply_probe()