Home
last modified time | relevance | path

Searched refs:realm_cnt (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Dparser_api.h164 uint8_t realm_cnt; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c2821 fils_ind->realm_identifier.realm_cnt =
2824 data, fils_ind->realm_identifier.realm_cnt *
12034 if (fils_ind->realm_identifier.realm_cnt > SIR_MAX_REALM_COUNT)
12035 fils_ind->realm_identifier.realm_cnt = SIR_MAX_REALM_COUNT;
12037 bss_descr->fils_info_element.realm_cnt =
12038 fils_ind->realm_identifier.realm_cnt;
12041 bss_descr->fils_info_element.realm_cnt * SIR_REALM_LEN);
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h795 uint16_t realm_cnt; member