Home
last modified time | relevance | path

Searched refs:add_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_drv_ops.c48 static int add_buf(struct wpabuf **dst, const struct wpabuf *src) in add_buf() function
100 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
101 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
102 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
117 if (add_buf(&beacon, hapd->wps_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
118 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
122 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
123 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
148 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
168 add_buf( in hostapd_build_ap_extra_ies()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.c45 static int add_buf(struct wpabuf **dst, const struct wpabuf *src) in add_buf() function
97 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
98 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
99 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
110 if (add_buf(&beacon, hapd->wps_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
111 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
115 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
116 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
141 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
161 add_buf( in hostapd_build_ap_extra_ies()
[all...]

Completed in 3 milliseconds