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
264 * lbs_mesh_show - Get function for sysfs attribute mesh
277 * lbs_mesh_store - Set function for sysfs attribute mesh
533 dev_err(dev, "inconsistent mesh ID length\n"); in mesh_id_show()
813 * Initializing and starting, stopping mesh
817 * Check mesh FW version and appropriately send the mesh start
823 /* 5.0.16p0 9.0.0.p0 is known to NOT support any mesh */ in lbs_init_mesh()
824 /* 5.110.22 have mesh command with 0xa3 command id */ in lbs_init_mesh()
825 /* 10.0.0.p0 FW brings in mesh config command with different id */ in lbs_init_mesh()
828 /* Enable mesh, if supported, and work out which TLV it uses. in lbs_init_mesh()
970 /* Allocate a virtual mesh device */ in lbs_add_mesh()
989 sprintf(mesh_wdev->ssid, "mesh"); in lbs_add_mesh()
1010 /* Register virtual mesh interface */ in lbs_add_mesh()
1101 /* Get Mesh Statistics */ in lbs_mesh_ethtool_get_stats()