Tool/software: Linux
Hi,
I am trying to fix the MAC address of USB (local and host).
I found that u_ether.c is allocating a random MAC for both self and host, upon every boot.
So, I'd like to fix that to a particular HOST MAC address and SELF/LOCAL MAC address.
Something like, MAC- A1:22:33:44:55:B1 ; HOST_MAC: C1:33:22:44:55:A4
But, I couldn't get proper information on that.
Could you kindly provide some hints on that ?
P.S: I am using USB-RNDIS, not the physical Ethernet port.