Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c550 char *local_macstr; in ath_fetch_mac_kenv() local
564 if ((local_macstr = kern_getenv(devid_str)) != NULL) { in ath_fetch_mac_kenv()
572 local_macstr); in ath_fetch_mac_kenv()
575 count = sscanf(local_macstr, "%x%*c%x%*c%x%*c%x%*c%x%*c%x", in ath_fetch_mac_kenv()
586 freeenv(local_macstr); in ath_fetch_mac_kenv()
587 local_macstr = NULL; in ath_fetch_mac_kenv()