CLDot11ClientStatus

  • Base type Enumeration

This textual convention defines the states of an 802.11 client. The semantics are as follows: idle(1) - client is in idle mode. aaaPending(2) - client's authentication is pending. Request has been sent to AAA server for authentication. authenticated(3) - client has been authenticated. associated(4) - client is associated, but not authenticated. powersave(5) - client is in powersave mode. disassociated(6) - client has dissociated and not in any of the 802.11 networks managed by the controller. tobedeleted(7) - client is marked for deletion. probing(8) - state before association. The client will be removed if it does not associate. excluded(9) - client has been marked as excluded after fixed number of authentication failures.

Possible values

9 objects
Number Name
1 idle
2 aaaPending
3 authenticated
4 associated
5 powersave
6 disassociated
7 tobedeleted
8 probing
9 excluded