Searched refs:retLen (Results 1 – 2 of 2) sorted by relevance
240 int retLen = 0; in mwifiex_cmd_append_wps_ie() local260 retLen += sizeof(ie_header); in mwifiex_cmd_append_wps_ie()264 retLen += priv->wps_ie_len; in mwifiex_cmd_append_wps_ie()270 return retLen; in mwifiex_cmd_append_wps_ie()284 int retLen = 0; in mwifiex_cmd_append_wapi_ie() local310 retLen += sizeof(ie_header); in mwifiex_cmd_append_wapi_ie()319 retLen += priv->wapi_ie_len; in mwifiex_cmd_append_wapi_ie()323 return retLen; in mwifiex_cmd_append_wapi_ie()
2942 int retLen = 0; local2964 retLen += ret;2970 retLen += ret;2973 return retLen;2980 int retLen = 0; local3004 retLen += ret;3005 if (retLen <= 0) { // overflow, set rteLen = -1 to indicate3006 retLen = -1;3014 retLen += ret;3015 if (retLen <= 0) { // overflow, set rteLen = -1 to indicate[all …]