textures on a wire frame

I want to apply a texture to each face of a wireframe model created using glutWire*(). How do I apply or bind the texture to each face?

You can’t have a texture on a face of a wireframe, there is no face. You can do it on the wiireframe itself though.