Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c2164 uint8_t tot_bcn_ieLen = 0; /* total size of the beacon report data */ in hdd_indicate_ese_bcn_report_ind() local
2205 tot_bcn_ieLen = 0; in hdd_indicate_ese_bcn_report_ind()
2216 if ((len + tot_bcn_ieLen) > in hdd_indicate_ese_bcn_report_ind()
2220 tot_bcn_ieLen += len; in hdd_indicate_ese_bcn_report_ind()
2225 bcnRepBssInfo[i].ieLen, tot_bcn_ieLen); in hdd_indicate_ese_bcn_report_ind()
2232 tot_bcn_ieLen); in hdd_indicate_ese_bcn_report_ind()
2243 qdf_mem_copy(pos, (char *)&tot_bcn_ieLen, in hdd_indicate_ese_bcn_report_ind()
2244 sizeof(tot_bcn_ieLen)); in hdd_indicate_ese_bcn_report_ind()
2245 pos += sizeof(tot_bcn_ieLen); in hdd_indicate_ese_bcn_report_ind()
2246 freeBytes -= sizeof(tot_bcn_ieLen); in hdd_indicate_ese_bcn_report_ind()