Thanks for the response.
We're building it from scratch, for the most part. We already have our 802.11 network authenticating via Active Directory, which prompts our users (mostly on Windows) for their AD username and password. We're trying to implement a two-factor method that prompts for the same username and password, but with the addition of the second factor (token PIN code, in our preferred case) concatenated onto the end of the password, or even a third box in the prompt for the PIN code.
What we've been experimenting with so far has been using a third party server running some sort of two factor application (RSA SecurID, etc). The two factor application typically includes a RADIUS proxy as well, so all the authentication messages go straight to the two factor server and the applicable ones are handed off to the domain controllers.
Most of the complexity of this solution lies in the two factor application. As far as I can tell, our current 802.11 implemention simply hands off the requests from the clients to the server and does minimal processing on top of that. We've gotten it working with username, PIN number, and token PIN code (where PIN number is something the user creates in the two factor application), but having it require AD username, AD password, and PIN code doesn't seem to work with any setup. I'm not sure this is the fault of the network gear, but I want to make sure that this sort of a thing is possible using Aruba before I look into replacing our 802.11 infrastructure.