| 337 | |
| 338 | ---- |
| 339 | 3/17/2015 |
| 340 | |
| 341 | * rcdrv_ipw2200: For now we'll have to set the connect and configure methods of this device to raise an exception. It doesn't respond to most (but not all) iw commnads (e.g. set ssid, connect). This will have to be done via the old iwconfig commands so we'll have to evaluate the methods and flow of the framework. |
| 342 | * monitor mode is done via the calls on this page : |
| 343 | {{{ |
| 344 | https://wireless.wiki.kernel.org/en/users/documentation/iw?s[]=monitor#adding_interfaces_with_iw |
| 345 | }}} |
| 346 | If the call to set mode is to go to monitor, we make sure the interface is down and disconnected, we then use the call to make the moni interface and bring up the interface. |
| 347 | * Try installing the current version of nodeagent onto the original baseline.ndz and see if it still works. (if so we can start with the development of the wimax tool). |
| 348 | * Outstanding Modules to test are: |
| 349 | * Broadcom STA |
| 350 | * Intel AC |