Lines Matching refs:mesh
14 #include "mesh.h"
49 * Command id is 0xac for v10 FW along with mesh interface
112 ie->val.mesh_id_len = mesh_wdev->u.mesh.id_up_len;
113 memcpy(ie->val.mesh_id, mesh_wdev->u.mesh.id,
114 mesh_wdev->u.mesh.id_up_len);
127 lbs_deb_cmd("mesh config action %d type %x channel %d SSID %*pE\n",
266 * lbs_mesh_show - Get function for sysfs attribute mesh
279 * lbs_mesh_store - Set function for sysfs attribute mesh
545 dev_err(dev, "inconsistent mesh ID length\n");
828 * Initializing and starting, stopping mesh
832 * Check mesh FW version and appropriately send the mesh start
838 /* 5.0.16p0 9.0.0.p0 is known to NOT support any mesh */
839 /* 5.110.22 have mesh command with 0xa3 command id */
840 /* 10.0.0.p0 FW brings in mesh config command with different id */
843 /* Enable mesh, if supported, and work out which TLV it uses.
985 /* Allocate a virtual mesh device */
1004 sprintf(mesh_wdev->u.mesh.id, "mesh");
1005 mesh_wdev->u.mesh.id_up_len = 4;
1025 /* Register virtual mesh interface */