Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_11d.h27 #define SCAN_MAX_NUM_COUNTRY_CODE 100 macro
49 struct scan_country_code_votes votes[SCAN_MAX_NUM_COUNTRY_CODE];
H A Dwlan_scan_11d.c319 if (num_country_codes >= SCAN_MAX_NUM_COUNTRY_CODE) { in scm_11d_handle_country_info()
349 buf_len = QDF_MIN(cc_db->num_country_codes, SCAN_MAX_NUM_COUNTRY_CODE); in scm_11d_dump_cc_db()