Home
last modified time | relevance | path

Searched refs:probe_resp (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dbeacon.c490 resp->u.probe_resp.beacon_int = in hostapd_gen_probe_resp()
494 resp->u.probe_resp.capab_info = in hostapd_gen_probe_resp()
497 pos = resp->u.probe_resp.variable; in hostapd_gen_probe_resp()
H A Dhostapd.c3399 os_free(beacon->probe_resp); in free_beacon_data()
3400 beacon->probe_resp = NULL; in free_beacon_data()
3442 beacon->probe_resp = os_memdup(params.proberesp, in hostapd_build_beacon_data()
3444 if (!beacon->probe_resp) in hostapd_build_beacon_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dbeacon.c422 resp->u.probe_resp.beacon_int = in hostapd_gen_probe_resp()
426 resp->u.probe_resp.capab_info = in hostapd_gen_probe_resp()
429 pos = resp->u.probe_resp.variable; in hostapd_gen_probe_resp()
H A Dhostapd.c3178 os_free(beacon->probe_resp); in free_beacon_data()
3179 beacon->probe_resp = NULL; in free_beacon_data()
3221 beacon->probe_resp = os_memdup(params.proberesp, in hostapd_build_beacon_data()
3223 if (!beacon->probe_resp) in hostapd_build_beacon_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_defs.h917 } STRUCT_PACKED probe_resp; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c2248 u.probe_resp.variable)); in p2p_build_probe_resp_buf()
2255 resp->u.probe_resp.beacon_int = host_to_le16(100); in p2p_build_probe_resp_buf()
2257 resp->u.probe_resp.capab_info = in p2p_build_probe_resp_buf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c2376 u.probe_resp.variable));
2383 resp->u.probe_resp.beacon_int = host_to_le16(100);
2385 resp->u.probe_resp.capab_info =
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c9010 (settings->probe_resp && in set_beacon_data()
9012 settings->probe_resp_len, settings->probe_resp))) in set_beacon_data()
9088 if (settings->beacon_csa.probe_resp && in nl80211_switch_channel()
9091 (settings->beacon_csa.probe_resp[csa_c_off_presp] != in nl80211_switch_channel()
9121 (settings->beacon_csa.probe_resp && in nl80211_switch_channel()
H A Ddriver.h2048 * @probe_resp: Probe Response frame template
2054 * @probe_resp_len: Length of probe response template (@probe_resp)
2061 u8 *probe_resp; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c10321 (settings->probe_resp &&
10323 settings->probe_resp_len, settings->probe_resp)))
10406 if (settings->beacon_csa.probe_resp &&
10409 (settings->beacon_csa.probe_resp[csa_c_off_presp] !=
10439 (settings->beacon_csa.probe_resp &&
H A Ddriver.h2450 * @probe_resp: Probe Response frame template
2456 * @probe_resp_len: Length of probe response template (@probe_resp)
2463 u8 *probe_resp; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h990 } STRUCT_PACKED probe_resp; member

Completed in 79 milliseconds