Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/network/
H A Dtest_host_network.robot32 ${mac_address}= utilities.random_mac
61 ${mac_address}= utilities.random_mac
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py15 def random_mac(): function
/openbmc/linux/drivers/net/ethernet/
H A Dlantiq_etop.c571 bool random_mac = false; in ltq_etop_init() local
583 random_mac = true; in ltq_etop_init()
591 if (random_mac) in ltq_etop_init()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h1462 u8 random_mac[ETH_ALEN]; /* valid when BIT(1) in scan_func is set. */ member
1514 u8 random_mac[ETH_ALEN]; member
1522 u8 random_mac[ETH_ALEN]; member
H A Dmt76_connac_mcu.c1726 get_random_mask_addr(req->random_mac, sreq->mac_addr, in mt76_connac_mcu_hw_scan()
1790 u8 *addr = is_mt7663(phy->dev) ? req->mt7663.random_mac in mt76_connac_mcu_sched_scan_req()
1791 : req->mt7921.random_mac; in mt76_connac_mcu_sched_scan_req()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c964 if (!is_zero_ether_addr(user_scan_in->random_mac)) { in mwifiex_config_scan()
971 user_scan_in->random_mac); in mwifiex_config_scan()
1956 ether_addr_copy(user_scan_cfg->random_mac, in mwifiex_active_scan_req_for_passive_chan()
H A Dfw.h1537 u8 random_mac[ETH_ALEN]; member
H A Dcfg80211.c2663 ether_addr_copy(user_scan_cfg->random_mac, mac_addr); in mwifiex_cfg80211_scan()