| | 1038 | \subsubsection{\mytt{kickmac} - Disassociate an associated station} |
|---|
| | 1039 | \argdesc{1}{0}{N/A}{No} |
|---|
| | 1040 | This command takes a single argument which is the MAC address of a |
|---|
| | 1041 | currently associated client. The client is immediately sent a disassociate |
|---|
| | 1042 | frame (with an unspecified reason). There is nothing to prevent the |
|---|
| | 1043 | client from immediately reassociating. If you are wishing to permanently |
|---|
| | 1044 | remove a client from the access point you will need to also make use of the |
|---|
| | 1045 | \mytt{maccmd}, \mytt{addmac} and \mytt{delmac} commands to configure the |
|---|
| | 1046 | appropriate ACL entries. |
|---|
| | 1047 | \begin{example} |
|---|
| | 1048 | The following command immediately disassociates the client with MAC |
|---|
| | 1049 | address 00:03:7f:03:42:3f. |
|---|
| | 1050 | \bv |
|---|
| | 1051 | \cmd{iwpriv ath0 kickmac 00:03:7f:03:42:3f} |
|---|
| | 1052 | \ev |
|---|
| | 1053 | \end{example} |
|---|
| | 1054 | |
|---|