HomeSort by relevance Sort by last modified time
    Searched defs:ies (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 313 struct wpabuf *ies; local
317 ies = p2p_build_probe_resp_ies(p2p);
318 if (ies == NULL)
325 ies) < 0) {
328 wpabuf_free(ies);
p2p.c 245 struct wpabuf *ies; local
279 ies = p2p_build_probe_resp_ies(p2p);
280 if (ies == NULL)
288 ies) < 0) {
292 wpabuf_free(ies);
299 struct wpabuf *ies; local
328 ies = p2p_build_probe_resp_ies(p2p);
329 if (ies == NULL)
334 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
337 wpabuf_free(ies);
2067 struct wpabuf *ies; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 304 const u8 *ies, size_t ies_len,
353 sm->ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len);
509 const u8 *ies, size_t ies_len)
517 ies, ies_len);
532 if (ieee802_11_parse_elems((u8 *) ies, ies_len, &parse, 1) ==
534 wpa_printf(MSG_DEBUG, "FT: Failed to parse request IEs");
800 const u8 *ies, size_t ies_len,
820 wpa_hexdump(MSG_DEBUG, "FT: Received authentication frame IEs",
821 ies, ies_len);
823 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0)
1142 const u8 *ies; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1099 u8 *ies = NULL, *nies; local
1106 wpa_printf(MSG_DEBUG, "wpas_dbus_handler_scan[dbus]: ies must "
1109 message, "Wrong IEs value type. Array of arrays of "
1119 wpa_printf(MSG_DEBUG, "wpas_dbus_handler_scan[dbus]: ies must "
1122 message, "Wrong IEs value type. Array required");
1136 nies = os_realloc(ies, ies_len + len);
1141 os_free(ies);
1146 ies = nies;
1147 os_memcpy(ies + ies_len, val, len);
1153 params->extra_ies = ies;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 222 const u8 *ies; local
229 ies = (const u8 *) (bss + 1);
236 ies = ies + ies_len;
243 ies, ies_len) > 0)
288 struct wpabuf *wps_ie, *ies; local
323 ies = wpabuf_alloc(wpabuf_len(wps_ie) + ielen);
324 if (ies == NULL) {
328 wpabuf_put_buf(ies, wps_ie);
331 p2p_scan_ie(wpa_s->global->p2p, ies, dev_id)
4490 struct wpabuf *wps_ie, *ies; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 212 * If the driver does not support reporting all IEs, the IE data structure is
213 * constructed of the IEs that are available. This field will also need to
215 * report all IEs to make it easier to support future additions.
231 * Followed by ie_len octets of IEs from Probe Response frame (or if
232 * the driver does not indicate source of IEs, these may also be from
233 * Beacon frame). After the first set of IEs, another set of IEs may
576 * for fast transition, this parameter is set to include the IEs that
578 * update_ft_ies() handler is called to update the IEs for further
581 * The driver should use these IEs only if the target AP is advertisin
3765 const u8 *ies; member in struct:wpa_event_data::ft_ies
3791 const u8 *ies; member in struct:wpa_event_data::auth_info
    [all...]
driver_nl80211.c 2620 u8 *ies = NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1555 WORD ies; member in struct:tagCTLINITIEDIT
    [all...]

Completed in 126 milliseconds