On Wed, 2015-08-19 at 09:37 -0700, Allan Matthew wrote: > It seems like the functionality for this (maybe not the monitor mode) > must be available in order to support the multiple 802.11p channels > in the 5.8ghz band. Not sure - I haven't looked at WAVE/11p in a long time, but the code we have certainly assumes that the channel configuration is fixed, i.e. only done once when "joining" the network. > It sounds like what you are proposing is to create a non-monitor vif, > select its channel, bitrate, bandwidth and then use the MAC address > to > select it as the transmitting interface. Is that correct? I'm > guessing I could do this with raw sockets and prepend the ieee80211 > header (but not the radiotap header)? > No - radiotap injection has code to select the interfaces. So if you have hardware that's capable of, say, having two AP interfaces on different channels, then injection would select the channel by selecting the interface. However, this isn't really a good way of handling this either. If you can be more specific what this would be used for, perhaps kernel modifications would be appropriate to support it more correctly (rather than relying on injection.) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html