HomeSort by relevance Sort by last modified time
    Searched defs:ies (Results 1 - 14 of 14) 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, NULL, 0);
318 if (ies == NULL)
325 ies) < 0) {
328 wpabuf_free(ies);
p2p.c 257 struct wpabuf *ies; local
291 ies = p2p_build_probe_resp_ies(p2p, NULL, 0);
292 if (ies == NULL)
300 ies) < 0) {
304 wpabuf_free(ies);
311 struct wpabuf *ies; local
340 ies = p2p_build_probe_resp_ies(p2p, NULL, 0);
341 if (ies == NULL)
346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
349 wpabuf_free(ies);
2272 struct wpabuf *ies; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 256 InformationElement[] ies = new InformationElement[] { ie }; local
261 String result = InformationElementUtil.Capabilities.buildCapabilities(ies, beaconCap);
282 InformationElement[] ies = new InformationElement[] { ie }; local
287 String result = InformationElementUtil.Capabilities.buildCapabilities(ies, beaconCap);
307 InformationElement[] ies = new InformationElement[] { ie }; local
312 String result = InformationElementUtil.Capabilities.buildCapabilities(ies, beaconCap);
332 InformationElement[] ies = new InformationElement[] { ie }; local
337 String result = InformationElementUtil.Capabilities.buildCapabilities(ies, beaconCap);
356 InformationElement[] ies = new InformationElement[] { ie }; local
361 String result = InformationElementUtil.Capabilities.buildCapabilities(ies, beaconCap)
381 InformationElement[] ies = new InformationElement[] { ie }; local
    [all...]
  /system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc 113 void AddIEWithData(uint8_t type, vector<uint8_t> data, vector<uint8_t>* ies) {
114 ies->push_back(type); // type
115 ies->push_back(data.size()); // length
116 ies->insert(ies->end(), data.begin(), data.end());
119 void AddIE(uint8_t type, vector<uint8_t>* ies) {
120 AddIEWithData(type, vector<uint8_t>(1), ies);
125 vector<uint8_t>* ies) {
126 ies->push_back(IEEE_80211::kElemIdVendor); // type
127 ies->push_back(4 + data.size()); // lengt
333 vector<uint8_t> ies; local
341 vector<uint8_t> ies; local
350 vector<uint8_t> ies; local
359 vector<uint8_t> ies; local
368 vector<uint8_t> ies; local
378 vector<uint8_t> ies; local
387 vector<uint8_t> ies; local
396 vector<uint8_t> ies; local
414 vector<uint8_t> ies; local
422 vector<uint8_t> ies; local
437 vector<uint8_t> ies; local
446 vector<uint8_t> ies; local
478 vector<uint8_t> ies; local
491 vector<uint8_t> ies; local
523 vector<uint8_t> ies; local
544 vector<uint8_t> ies; local
557 vector<uint8_t> ies; local
571 vector<uint8_t> ies; local
584 vector<uint8_t> ies; local
596 vector<uint8_t> ies; local
609 vector<uint8_t> ies; local
622 vector<uint8_t> ies; local
639 vector<uint8_t> ies; local
651 vector<uint8_t> ies; local
664 vector<uint8_t> ies; local
677 vector<uint8_t> ies; local
    [all...]
wifi_endpoint.cc 421 vector<uint8_t> ies = properties.GetUint8s(WPASupplicant::kBSSPropertyIEs); local
434 for (it = ies.begin();
435 std::distance(it, ies.end()) > 1; // Ensure Length field is within PDU.
438 if (std::distance(it, ies.end()) < ie_len) {
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 1013 const u8 *ies; local
1026 ies = mgmt->u.action.u.slf_prot_action.variable;
1041 WPA_GET_LE16(ies));
1042 ies += 2; /* capability */
1046 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", WPA_GET_LE16(ies));
1047 ies += 2; /* aid */
1051 /* check for mesh peering, mesh id and mesh config IEs */
1052 if (ieee802_11_parse_elems(ies, ie_len, &elems, 0) == ParseFailed) {
1053 wpa_printf(MSG_DEBUG, "MPM: Failed to parse PLINK IEs");
1121 ies, ie_len))
    [all...]
p2p_supplicant.c 265 const u8 *ies; local
272 ies = (const u8 *) (bss + 1);
279 ies = ies + ies_len;
286 ies, ies_len) > 0)
349 struct wpabuf *wps_ie, *ies; local
425 ies = wpabuf_alloc(wpabuf_len(wps_ie) + ielen);
426 if (ies == NULL) {
430 wpabuf_put_buf(ies, wps_ie);
434 p2p_scan_ie(wpa_s->global->p2p, ies, dev_id, bands)
4937 struct wpabuf *wps_ie, *ies; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 20 } ies[MAX_NOF_MB_IES_SUPPORTED]; member in struct:mb_ies_info
106 int ieee802_11_ie_count(const u8 *ies, size_t ies_len);
107 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len,
150 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 305 const u8 *ies, size_t ies_len,
354 sm->ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len);
506 const u8 *ies, size_t ies_len)
514 ies, ies_len);
529 if (ieee802_11_parse_elems((u8 *) ies, ies_len, &parse, 1) ==
531 wpa_printf(MSG_DEBUG, "FT: Failed to parse request IEs");
799 const u8 *ies, size_t ies_len,
819 wpa_hexdump(MSG_DEBUG, "FT: Received authentication frame IEs",
820 ies, ies_len);
822 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0)
1142 const u8 *ies; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 175 event.auth.ies = mgmt->u.auth.variable;
996 data.ft_ies.ies = nla_data(tb[NL80211_ATTR_IE]);
1184 u8 *ies = NULL; local
    [all...]
driver.h 236 * If the driver does not support reporting all IEs, the IE data structure is
237 * constructed of the IEs that are available. This field will also need to
239 * report all IEs to make it easier to support future additions.
241 * This structure data is followed by ie_len octets of IEs from Probe Response
242 * frame (or if the driver does not indicate source of IEs, these may also be
243 * from Beacon frame). After the first set of IEs, another set of IEs may follow
715 * for fast transition, this parameter is set to include the IEs that
717 * update_ft_ies() handler is called to update the IEs for further
720 * The driver should use these IEs only if the target AP is advertisin
1127 const u8 *ies; member in struct:wpa_driver_mesh_join_params
4348 const u8 *ies; member in struct:wpa_event_data::ft_ies
4374 const u8 *ies; member in struct:wpa_event_data::auth_info
4720 const u8 *ies; member in struct:wpa_event_data::mesh_peer
    [all...]
  /external/iw/
scan.c 352 IES,
360 unsigned char *ies = NULL, *meshid = NULL, *tmpies; local
380 } else if (strcmp(argv[i], "ies") == 0) {
381 parse = IES;
423 case IES:
424 ies = parse_hex(argv[i], &ies_len);
425 if (!ies)
446 if (ies || meshid) {
450 if (ies) {
451 memcpy(tmpies, ies, ies_len)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1082 u8 *ies = NULL, *nies; local
1090 "%s[dbus]: ies must be an array of arrays of bytes",
1094 "Wrong IEs value type. Array of arrays of bytes required");
1103 "%s[dbus]: ies must be an array of arrays of bytes",
1106 message, "Wrong IEs value type. Array required");
1119 nies = os_realloc(ies, ies_len + len);
1121 os_free(ies);
1125 ies = nies;
1126 os_memcpy(ies + ies_len, val, len);
1132 params->extra_ies = ies;
    [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 992 milliseconds