OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rand_mac
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
HwInit.c
485
u32
rand_mac
;
local
501
rand_mac
= random32();
502
pHwInit->aDefaultNVS[3] = (u8)
rand_mac
;
503
pHwInit->aDefaultNVS[4] = (u8)(
rand_mac
>> 8);
504
pHwInit->aDefaultNVS[5] = (u8)(
rand_mac
>> 16);
[
all
...]
Completed in 82 milliseconds