device priority n
A CTM configured for dual-mode (cell + wifi client, or cmd wlanenable 1), also requires a specification of the preferred WAN interface. 
| n = wifi | Wifi is the priority device (Default)
 | 
| n = cell | Cellular is the priority device
 | 
Notes:
- In a dual-mode cell + wifi client setup, where wifi is the priority device:
- default route is set to wifi gateway
 - if wifi is not online, the cell interface will be the default route.
 
 - In a dual-mode cell + wifi client setup, where cell is the priority device:
- default route is set to cell gateway
 - if cell is not online, the wifi interface will be the default route.
 
 
Examples:
- Wifi has priority :
cmd device cell F5521E
cmd device wifi AR9271
cmd device priority wifi
cmd wlanenable 1
 
- Cell has priority :
cmd device cell F5521E
cmd device wifi AR9271
cmd device priority cell
cmd wlanenable 1
 
See also: Cellular, Wi-Fi Networks 
Firmware revision 2.0.4.2360