Home
last modified time | relevance | path

Searched refs:local_macstr (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/ath/
H A Dif_ath.c550 char *local_macstr; in ath_fetch_mac_kenv() local
563 if ((local_macstr = kern_getenv(devid_str)) != NULL) { in ath_fetch_mac_kenv()
571 local_macstr); in ath_fetch_mac_kenv()
574 count = sscanf(local_macstr, "%x%*c%x%*c%x%*c%x%*c%x%*c%x", in ath_fetch_mac_kenv()
585 freeenv(local_macstr); in ath_fetch_mac_kenv()
586 local_macstr = NULL; in ath_fetch_mac_kenv()