Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c2127 int nBytes = 0, freeBytes = IW_CUSTOM_MAX; in hdd_indicate_ese_bcn_report_no_results() local
2136 snprintf(pos, freeBytes, "CCXBCNREP=%d %d %d", measurementToken, in hdd_indicate_ese_bcn_report_no_results()
2162 int nBytes = 0, freeBytes = IW_CUSTOM_MAX; in hdd_indicate_ese_bcn_report_ind() local
2208 freeBytes = IW_CUSTOM_MAX; in hdd_indicate_ese_bcn_report_ind()
2234 nBytes = snprintf(pos, freeBytes, "CCXBCNREP=%d %d %d ", in hdd_indicate_ese_bcn_report_ind()
2240 freeBytes -= nBytes; in hdd_indicate_ese_bcn_report_ind()
2246 freeBytes -= sizeof(tot_bcn_ieLen); in hdd_indicate_ese_bcn_report_ind()
2330 freeBytes -= len; in hdd_indicate_ese_bcn_report_ind()
2338 freeBytes -= sizeof(len); in hdd_indicate_ese_bcn_report_ind()
2347 freeBytes -= len; in hdd_indicate_ese_bcn_report_ind()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c4580 uint16_t numBytes = 0, freeBytes = 0;
4694 freeBytes = numBytes;
4699 if (freeBytes < (1 + 1 + eseBcnReportMandatoryIe.ssId.length)) {
4712 freeBytes -= (1 + 1 + eseBcnReportMandatoryIe.ssId.length);
4717 if (freeBytes <
4734 freeBytes -=
4742 if (freeBytes < (1 + 1 + WLAN_FH_PARAM_IE_MAX_LEN)) {
4755 freeBytes -= (1 + 1 + WLAN_FH_PARAM_IE_MAX_LEN);
4760 if (freeBytes < (1 + 1 + WLAN_DS_PARAM_IE_MAX_LEN)) {
4771 freeBytes -= (1 + 1 + WLAN_DS_PARAM_IE_MAX_LEN);
[all …]