diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-03-29 20:24:13 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-03-29 20:24:13 +0000 |
| commit | a0aef338f17e454af9893eab1fb73b89036af672 (patch) | |
| tree | 86c73a49a0ffe779b0f93c5692404de519960212 /tools | |
| parent | 50f39947dec886e964aedf712b237714c8c6e852 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/ath/80211watch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tools/ath/80211watch.c b/tools/tools/ath/80211watch.c index a9315f24b324..f07f1fdab061 100644 --- a/tools/tools/ath/80211watch.c +++ b/tools/tools/ath/80211watch.c @@ -337,7 +337,9 @@ print_rtmsg(struct rt_msghdr *rtm, int msglen) printf("disassociate"); break; case RTM_IEEE80211_JOIN: - printf("%s station join", + case RTM_IEEE80211_REJOIN: + printf("%s station %sjoin", + ifan->ifna_what == RTM_IEEE80211_REJOIN ? "re" : "", ether_sprintf(V(ieee80211_join_event)->iev_addr)); break; case RTM_IEEE80211_LEAVE: |
