Lines Matching full:mesh
14 #include "mesh.h"
22 * Mesh command handling
49 * Command id is 0xac for v10 FW along with mesh interface in __lbs_mesh_config_send()
127 lbs_deb_cmd("mesh config action %d type %x channel %d SSID %*pE\n", in lbs_mesh_config()
146 * Mesh sysfs support
262 * lbs_mesh_get - Get function for sysfs attribute mesh
275 * lbs_mesh_set - Set function for sysfs attribute mesh
530 dev_err(dev, "inconsistent mesh ID length\n"); in mesh_id_get()
806 * Initializing and starting, stopping mesh
810 * Check mesh FW version and appropriately send the mesh start
816 /* 5.0.16p0 9.0.0.p0 is known to NOT support any mesh */ in lbs_init_mesh()
817 /* 5.110.22 have mesh command with 0xa3 command id */ in lbs_init_mesh()
818 /* 10.0.0.p0 FW brings in mesh config command with different id */ in lbs_init_mesh()
821 /* Enable mesh, if supported, and work out which TLV it uses. in lbs_init_mesh()
963 /* Allocate a virtual mesh device */ in lbs_add_mesh()
982 sprintf(mesh_wdev->ssid, "mesh"); in lbs_add_mesh()
1003 /* Register virtual mesh interface */ in lbs_add_mesh()
1094 /* Get Mesh Statistics */ in lbs_mesh_ethtool_get_stats()