Searched refs:buft (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/ath/ |
H A D | ath_aux.c | 821 char buf[MAX_IEEE80211STR], buft[32]; in ath_keyprint() local 826 (void) snprintf(buft, sizeof (buft), "%02x", hk->kv_val[i]); in ath_keyprint() 827 (void) strlcat(buf, buft, sizeof (buf)); in ath_keyprint() 829 (void) snprintf(buft, sizeof (buft), " mac %s", in ath_keyprint() 831 (void) strlcat(buf, buft, sizeof (buf)); in ath_keyprint() 833 (void) snprintf(buft, sizeof (buft), " %s ", in ath_keyprint() 835 (void) strlcat(buf, buft, sizeof (buf)); in ath_keyprint() 837 (void) snprintf(buft, sizeof (buft), "%02x", in ath_keyprint() 839 (void) strlcat(buf, buft, sizeof (buf)); in ath_keyprint() 842 (void) snprintf(buft, sizeof (buft), " txmic "); in ath_keyprint() [all …]
|