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.c551 char *local_macstr; local
565 if ((local_macstr = kern_getenv(devid_str)) != NULL) {
573 local_macstr);
576 count = sscanf(local_macstr, "%x%*c%x%*c%x%*c%x%*c%x%*c%x",
587 freeenv(local_macstr);
588 local_macstr = NULL;

Completed in 55 milliseconds