Searched refs:freebytes (Results 1 – 1 of 1) sorted by relevance
2371 int nbytes = 0, freebytes = IW_CUSTOM_MAX; in hdd_cm_cckm_preauth_complete() local2393 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()