HomeSort by relevance Sort by last modified time
    Searched refs:mesh_id (Results 1 - 9 of 9) sorted by null

  /external/iw/
interface.c 174 char *mesh_id = NULL; local
193 if (strcmp(argv[0], "mesh_id") == 0) {
199 mesh_id = argv[0];
239 if (mesh_id)
240 NLA_PUT(msg, NL80211_ATTR_MESH_ID, strlen(mesh_id), mesh_id);
248 COMMAND(interface, add, "<name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*] [addr <mac-addr>]",
254 "The mesh_id is used only for mesh mode.");
255 COMMAND(interface, add, "<name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*] [addr <mac-addr>]",
425 char *mesh_id = NULL local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 496 char *mesh_id, *pos = buf; local
506 mesh_id = os_malloc(elems.mesh_id_len + 1);
507 if (mesh_id == NULL)
510 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len);
511 mesh_id[elems.mesh_id_len] = '\0';
512 ret = os_snprintf(pos, end - pos, "mesh_id=%s\n", mesh_id);
513 os_free(mesh_id);
mesh_mpm.c 158 os_memcmp(mconf->meshid, elems->mesh_id,
1121 if (!elems.mesh_id || !elems.mesh_config) {
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 44 const u8 *mesh_id; member in struct:ieee802_11_elems
ieee802_11_common.c 392 elems->mesh_id = pos;
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_ind.cpp 821 if (outputTlv.length > sizeof(pRxDisc->mesh_id)) {
822 outputTlv.length = sizeof(pRxDisc->mesh_id);
824 memcpy(pRxDisc->mesh_id, outputTlv.value, outputTlv.length);
    [all...]
nan_req.cpp     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 722 u8 mesh_id[NAN_MAX_MESH_DATA_LEN]; member in struct:__anon48530
776 u8 mesh_id[NAN_MAX_MESH_DATA_LEN]; member in struct:__anon48531
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 284 milliseconds