Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_connect.c2371 int nbytes = 0, freebytes = IW_CUSTOM_MAX; in hdd_cm_cckm_preauth_complete() local
2393 nbytes = snprintf(pos, freebytes, "CCXPREAUTHNOTIFY="); in hdd_cm_cckm_preauth_complete()
2395 freebytes -= nbytes; in hdd_cm_cckm_preauth_complete()
2399 freebytes -= QDF_MAC_ADDR_SIZE; in hdd_cm_cckm_preauth_complete()
2401 nbytes = snprintf(pos, freebytes, " %u:%u", in hdd_cm_cckm_preauth_complete()
2403 freebytes -= nbytes; in hdd_cm_cckm_preauth_complete()
2406 wrqu.data.length = (IW_CUSTOM_MAX - freebytes); in hdd_cm_cckm_preauth_complete()