Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg.c221 int max_mac_addr = QDF_MAX_CONCURRENCY_PERSONA; in hdd_update_mac_config() local
311 max_mac_addr - i); in hdd_update_mac_config()
312 hdd_populate_random_mac_addr(hdd_ctx, max_mac_addr - i); in hdd_update_mac_config()
Dwlan_hdd_main.c15668 uint32_t max_mac_addr = QDF_MAX_CONCURRENCY_PERSONA; in hdd_platform_wlan_mac() local
15684 if (no_of_mac_addr > max_mac_addr) in hdd_platform_wlan_mac()
15685 no_of_mac_addr = max_mac_addr; in hdd_platform_wlan_mac()
15705 (max_mac_addr - hdd_ctx->num_provisioned_addr)) in hdd_platform_wlan_mac()
15706 no_of_mac_addr = (max_mac_addr - in hdd_platform_wlan_mac()
15721 if (no_of_mac_addr < max_mac_addr) in hdd_platform_wlan_mac()
15722 hdd_populate_random_mac_addr(hdd_ctx, max_mac_addr - in hdd_platform_wlan_mac()